{{-- @foreach ($datas as $data) @php $webpImage = preg_replace('/\.\w+$/', '.webp', $data->img_src); @endphp
image

{{ $data->title }}

{{ $data->description }}

@endforeach --}}

Why you should attend

56th IFFI Festival?

@foreach ($datas as $data) @php $webpImage = preg_replace('/\.\w+$/', '.webp', $data->img_src); @endphp
@if (!empty($data->img_src)) image @else {{ $data->title }} image @endif

{{ $data->title }}

{{ $data->description }}

@endforeach