@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{__('Edit Admin')}} @endsection @section('content')

{{__('dashboard.edit_admins')}}

@csrf @method('PATCH')
@error('status') {{ $message }} @enderror
@error('role') {{ $message }} @enderror
@endsection @section('script') @endsection