@extends('layouts.default.master') @section('data_count') {{-- Start:: content heading --}}
{{-- title --}}
Edit Admin
{{-- title --}}
{{-- End:: content heading --}} {{-- Start::Content Body --}}
@csrf
{{ $errors->first('user_role_id') }}
{{ $errors->first('name') }}
{{ $errors->first('email') }}
{{ $errors->first('phone') }}
@if ($target->user_role_id != '1')

Access Control

@endif
@if(!empty($target->image))
Upload Image Or Drag Here
your image
@else
Upload Image Or Drag Here
your image
@endif {{ $errors->first('image') }}
Cancel
{{-- End::Content Body --}} @stop @push('custom-js') @endpush