@extends('dashboard.base') @section('content')
{{ __('Edit') }} - {{ $user->fname.' '.$user->lname }}

@csrf @method('PUT')
First Name
Last Name
Contact
Email
New Password
{{ __('Return') }}
@endsection @section('javascript') @endsection