@extends('layouts.admin.app') @section('title',$restaurant->name."'s".translate('messages.Food')) @push('css_or_js') @endpush @section('content')
| {{ translate('messages.sl') }} | {{translate('messages.name')}} | {{translate('messages.category')}} | {{translate('messages.price')}} | {{translate('messages.status')}} | {{translate('messages.action')}} | 
|---|---|---|---|---|---|
| {{$key+1}} | 
                        
                            {{Str::limit($food['name'],20,'...')}} | 
                    
                     
                        {{Str::limit($food->category,20,'...')}}
                     
                     | 
                    
                         
                            @php($price = \App\CentralLogics\Helpers::format_currency($food['price']))
                            {{$price}}
                         
                     |