@extends('layouts.admin.layout') @section('content')

Smtp Details

Host {{ $smtp->host }}
Port {{ $smtp->port }}
Username {{ $smtp->username }}
Password {{ $smtp->password }}
Encryption {{ strtoupper($smtp->encryption) }}
Active @if ($smtp->status == 1) @else @endif
@endsection