@php if (isset($staff->image)) { $image = json_decode($staff->image); $image = str_replace('uploads/staffs/', 'images/', $image->original_image ?? ''); } else { $image = ''; } @endphp
{{$staff->first_name . ' ' . $staff->last_name}}