@extends('layouts.master') @section('title') @lang('translation.live_monitoring') @endsection @section('css') @endsection @section('content')
| Branch | City | Dine-In | Take Away | Reservations | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Waiting | Assigned | On Hold | Completed | Active | Ready | Delivered | Reserved | Arrived | Cancelled | |||||
| {{ $branch['name'] }} {{ $branch['code'] }} | {{ $branch['city'] }} | {{ $branch['dine_in']['waiting'] }} | {{ $branch['dine_in']['assigned'] }} | {{ $branch['dine_in']['on_hold'] }} | {{ $branch['dine_in']['completed'] }} | @if($branch['takeaway_enabled']){{ $branch['takeaway']['active'] }} | {{ $branch['takeaway']['ready'] }} | {{ $branch['takeaway']['delivered'] }} | @elseNot Enabled | @endif{{ $branch['reservations']['reserved'] }} | {{ $branch['reservations']['arrived'] }} | {{ $branch['reservations']['cancelled'] }} | ||