@extends('layouts.admin') @section('title', 'Add Restaurant') @section('role-label', 'Super Admin') @section('page-title', 'Add Restaurant') @section('page-subtitle', 'Create a new restaurant account') @section('sidebar-nav') @include('super-admin.partials.sidebar') @endsection @section('content')
@csrf {{-- Status: top-left --}}
Status: Active (auto-set on creation)

Restaurant Info

@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('username')

{{ $message }}

@enderror

Dates & Subscription

Registration date and day will be auto-generated when you save.

Admin Account Password

Min. 10 characters, upper+lowercase, a number

@error('password')

{{ $message }}

@enderror
Cancel
@endsection