@extends('layouts.main.app') @section('head') @push('css') @endpush @include('layouts.main.headersection',[ 'title'=> __('Customize Menu'), 'buttons'=>[ [ 'name'=> __('Back'), 'url'=>route('admin.menu.index'), ] ] ]) @endsection @section('content')

{{ __('Menu Items') }}

@csrf

{{ __('Create Menu Items') }}

    @csrf
    @endsection @push('js') @endpush