{{-- home-section1 --}}

{!! $data->title->$localeSelected ?? ($tplData['restaurant_name'] ?? '') !!}

{!! $data->text->$localeSelected ?? trans('home.home_section1.description', ['resto' => ($tplData['restaurant_name'] ?? 'TastyBoom')]) !!}

{{ $data->image->alt->$localeSelected ?? getAltImages() }}