@include('restaurantapp::public.restaurant_app.partial.header')
@include('restaurantapp::public.restaurant_app.partial.aside')
@foreach($restaurant_apps as $restaurant_app)

{{str_limit($restaurant_app['title'], 300)}}

{{@$restaurant_app->viewcount}} {{format_date($restaurant_app['posted_on'])}}
{{@$restaurant_app->user->badge}}
@endforeach