@extends('layouts.auth.app') @section('title', 'Add Central Menu') @section('content')

Add Central Menu

Create a new menu item

Cancel
@if($errors->any())

{{ $errors->first() }}

@endif
@csrf
@endsection