@extends('components.app') @section('styles') @endsection @section('title') Manage SMTP @endsection @section('content')
{{--

Add User

--}}
Placeholder32x32

Manage SMTP

dashboard > manage smtp
@foreach ($data as $item) @endforeach
#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))}}
@if(!empty($data)) {{ $data->links() }} @endif
@endsection