@include('site._includes.mini-banner', [
'image_url' => $why->banner_image,
'mobile_image_url' => $why->banner_mobile,
'tablet_image' => $why->banner_tablet,
'alt' => !empty($why->title) ? $why->title : '',
'title' =>!empty($why->title) ? $why->title : '',
'sub' =>!empty($why->sub) ? $why->sub : '',
]);
@foreach($why->infos_page as $infos)
{!! $infos['description'] !!}
@endforeach
@endsection