@extends('layouts.restaurant') @section('title', __( 'restaurant.kitchen' )) @section('content') @lang( 'restaurant.kitchen' ) @lang( 'restaurant.orders' ) @lang( 'restaurant.refresh' ) Confirm All @include('restaurant.partials.line_orders', array('line_orders' => $line_orders, 'orders_for' => 'kitchen')) @endsection @section('javascript') @endsection