@foreach($chat as $data) @if($data->by == 'User') @if($data->user->getAttributes()['profile_image']) getAttributes()['profile_image']; // $img = 'public/uploads/profile/img/profile_image'; ?> @else @php($img ='https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png') @endif
Pic
{{$data->user->name}} {{$data->created_at->format('d/m/Y h:i a')}}
@if($data->message)
{{$data->message}}
@else Download File @endif
@else @if($data->admin?->getAttributes()['profile_image']) admin?->getAttributes()['profile_image']; ?> @else @php($img ='https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png') @endif
{{$data->created_at->format('d/m/Y')}} {{$data->admin->name}}
Pic
@if($data->message)
{{$data->message}}
@else Download File @endif
@endif @endforeach