@php use App\Libraries\General; use App\Libraries\FileSystem; use App\Models\User\UserAuth; $userId = UserAuth::getLoginId(); @endphp @foreach($listing as $key => $value) @php $pet_image_single = isset($value->image) && $value->image ? json_decode($value->image) : []; @endphp
{{ isset($value->title) && $value->title ? $value->title : '' }}