@extends('components.app') @section('styles') @endsection @section('title') Manage SMTP @endsection @section('content')
| #id | name | host name | port | Driver | username | password | ecrypted type | created at | action |
|---|---|---|---|---|---|---|---|---|---|
| {{$item->id}} | {{$item->name}} | {{$item->host_name}} | {{$item->port}} | {{$item->driver}} | {{$item->username}} | {{$item->password}} | {{$item->encrypted_type}} | {{date("Y-m-d H:i", strtotime($item->created_at))}} |