@extends('layouts.restaurant') @section('title', __( 'restaurant.kitchen' )) @section('content')

@lang( 'restaurant.kitchen' ) @lang( 'restaurant.orders' )

@include('restaurant.partials.line_orders', array('line_orders' => $line_orders, 'orders_for' => 'kitchen'))
@endsection @section('javascript') @endsection