Type Host Username Password Encryption Port From Address From Name Action @foreach($mail_smtp_configuration as $record) @php $id = $record->id; @endphp {{ $record->type }} {{ $record->mail_host }} {{ $record->mail_username }} {{ $record->mail_password }} {{ $record->mail_encryption }} {{ $record->mail_port }} {{ $record->mail_from_address }} {{ $record->mail_from_name }}
@if(@$has_rights['edit']) @endif @if($has_rights['delete']) @endif
@endforeach