@extends('layouts.main') @section('content') @include('partials.header') @include('partials.top-bar') @if (Auth::user()->type == 'admin') @include('components.home-components.admin-component') @else @include('components.home-components.restowner-component') @endif

You are currently using our basic plan, which doesn’t offer photo upload for menu items.
Upgrade to our Premium plan now for just £1.5 per month or £12 per year.

Upgrade Now
@include('modals.create-menu') @endsection