@extends('layouts/contentLayoutMaster') @section('title', 'Add Administrator User') @section('vendor-style') {{-- Page Css files --}} @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') @if(session()->has('success')) @endif @if(session()->has('error')) @endif Administrators - Add Administrator User Back @csrf * Name: @error('name') {{ $message }} @enderror * Email: @error('email') {{ $message }} @enderror * Password: show Generate @error('password') {{ $message }} @enderror * Password Conform: Password conform does not matched...! Add User {{-- --}} {{-- --}} {{-- Clear Form--}} {{-- --}} @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') @endsection