User Name: | @if(!empty($user->name)){{ $user->name }} | @else - @endif
---|---|
Phone No: | @if(!empty($user->phone)){{ $user->phone }} | @else - @endif
Balance: | @if(!empty($user->balance)){{ $user->balance }} | @else - @endif
Created At: | @if(!empty($user->created_at)){{ $user->created_at->format('Y-m-d') }} | @else - @endif