@extends('layouts.admin.layout') @section('content')
| Host | {{ $smtp->host }} |
| Port | {{ $smtp->port }} |
| Username | {{ $smtp->username }} |
| Password | {{ $smtp->password }} |
| Encryption | {{ strtoupper($smtp->encryption) }} |
| Active | @if ($smtp->status == 1) @else @endif |