@extends('layouts.restaurant') @section('title', __('restaurant.kitchen')) @section('content') @lang('restaurant.all_orders') - @lang('restaurant.kitchen') @show_tooltip(__('lang_v1.tooltip_kitchen')) @lang('restaurant.refresh') @include('restaurant.partials.show_orders', ['orders_for' => 'kitchen']) @endsection @section('javascript') @endsection