@extends('layouts.app') @section('content') @section('css') @endsection
@if(env('MOD_ORDERS') == 'on')

Online Orders
@endif @if(env('MOD_POS') == 'on')

POS
@endif @if(env('MOD_RESERVATIONS') == 'on')

Reservations
@endif @if(Auth::User()->group_id == 1)

Customers
@endif

Menu

Categories
@if(Auth::User()->group_id == 1)

Settings
@endif
@section('js') @endsection @endsection