@extends('dashboard.layouts.app') @section('title', trans('admin.edit'). ' - ') @section('speedbar')
@endsection @push('css') @endpush @section('content')

@lang('admin.edit')

@csrf

@lang('admin.all_fields_with')

@error('username')
{{ $message }}
@enderror
@error('role_id')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@endsection @push('js') @endpush