@extends('layouts.app') @section('content')
{{ __('Menu') }}
@include('partials.menu')
{{ __('Create Admins') }} {{ __('Go Back') }}
@if(isset($custom_errors)) @endif
@csrf @method('POST')
@endsection