@include('dishes::public.dish.partial.header')
@include('dishes::public.dish.partial.aside')
@foreach($dishes as $dish)

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

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