@forelse($content_list as $content) {{ $index++ }} {{ $content->content_title }} {{ $content->content_link ? $content->content_link : "---" }} {{ $content->getContentName ? $content->getContentName->name : "---" }} @if($content->content_s3_id) @php $s3_url= HireMeeHelper::getAWSImageUrl($content->content_s3_id,config('filesystems.disks.hiremeegolddev.bucket'),"hiremeegolddev"); @endphp @else --- @endif {{ Carbon\Carbon::parse($content->expiry_date_time)->format('Y-m-d') }} @if($content->created_by == $loginUser->id) @endif @empty No record found @endforelse