@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('dashboard.edit_model', ['model' => __('dashboard.user')]) }} @endsection @section('content')

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

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror

{{ __('dashboard.edit_password') }}
@error('password') {{ $message }} @enderror
@endsection @section('script') @stack('datatableScripts') @endsection