@csrf

{{trans('layout.general_info')}}

@if(auth()->user()->type=='admin')
@endif @php $orderStatus = json_decode(get_settings('manage_place_order')); @endphp
@if(isset($orderStatus->admin_order_status) && $orderStatus->admin_order_status=='enable')
@endif

{{trans('layout.image_upload')}}

@if(isset($restaurant) && $restaurant->profile_image) {{$restaurant->profile_image}} @endif
@if(isset($restaurant) && $restaurant->cover_image) {{$restaurant->cover_image}} @endif

{{trans('layout.choose_template')}}

{{trans('layout.choose_template')}}