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

Add Menu


@csrf
@error('name') {{ $message }} @enderror
@endsection