@extends('admin.layouts.master') @section('admin-user', 'active') @section('title') Admin User Update @endsection @push('style') @endpush @section('content')

{{ __('Admin user update') }}

{{ __('Admin user create') }} Back
Edit Personal Details
@csrf
Image Preview
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('role')) {{ $errors->first('role') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
Edit Password
@csrf
{{--
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('cpassword')) {{ $errors->first('cpassword') }} @endif
--}}
@endsection @push('script') @endpush