Information
{{ $admin->email ? $admin->email : 'Nothing found!' }}
Phone
{{ $admin->phone ? $admin->phone : 'Nothing found!' }}
Address
{{ $admin->address ? $admin->address : 'Nothing found!' }}
Joined
{{ $admin->created_at->format('d M, Y') }}
About
{!! $admin->about ? $admin->about : 'Nothing found!' !!}