@extends('layouts/contentLayoutMaster') @section('title', 'Edit 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 - Edit Administrator User Back @if(isset($user) && $user != '[]' && $user != null) @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...! Save Changes @else User Can not Find...! @endif @endsection @section('vendor-script') {{-- vendor files --}} @endsection @section('page-script') @endsection