@include('restaurant_app::public.restaurant_app.partial.header') @include('restaurant_app::public.restaurant_app.partial.aside') @forelse($data as $restaurant_app) @php $restaurant_app = $restaurant_app->toArray([]); @endphp {{$restaurant_app['title']}} By {{$restaurant_app['user']}} {{$restaurant_app['category']}} {{ Str::limit($restaurant_app['description'],300 )}} Continue Reading @empty @endif {!!view('paginator', compact('meta'))!!}
{{ Str::limit($restaurant_app['description'],300 )}}