{{-- @include('main') --}} @extends('main') @section('title', $data['title']) @section('content') @if (in_array('view', $data['kitchenPermissions']))
Kitchen Dashboard
@if (in_array('status_update', $data['kitchenPermissions']))

Pending

In Progress

Completed

@else

Pending

In Progress

Completed

@endif

Order Status

Pending

0

In Progress

0

Complete

0

@endif @endsection('content') @section('custom-scripts') @endsection