@extends('layouts.main') @section('head-extends') @endsection @section('content') @include('partials.header') @include('partials.top-bar') {{-- TILL HERE --}}
Select User and Restaurant

To Assign Restaurant Management to that user

@csrf

Cancel

{{-- @include('components.home-components.admin-component') --}} @include('partials.footer') @endsection