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

Bar @lang( 'restaurant.orders' )

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