@extends("Site.Layouts.blank") @section ("content") home_banner {{-- @foreach($HomeSlider as $item)
{{$item->title}}

{!! nl2br(e($item->title)) !!}

{!! nl2br(e($item->description)) !!}

@endforeach
--}}

Deliver my box to

Search for a Chef or Meal

@foreach($meals as $meal) @endforeach
{{$meals->onEachSide(5)->links('pagination::tailwind')}}


@include("Site.Layouts.footer_cart") {{--
@foreach($new_products as $new_product) {{$new_product->name}}

{{$new_product->name}}

{{$new_product->category_name}}

new new
@endforeach
--}}
@endsection