@extends('layouts.app') @section("title", "Users - Edit user") @section('pageTitle', 'Edit user') @section('content')
User account data
$user->id]) }}" method="post" accept-charset="utf-8" enctype='multipart/form-data' class="needs-validation" novalidate> @method("patch") @csrf
Please enter only letters and spaces with length between [2, 30]
Please enter only letters and spaces with length between [2, 30]
Please enter characters with length between [5, 30]
Please enter a valid email address with length <=50
Please enter your phone number
Please upload a valid image file
@include('dashboard.partials.avatar')
@endsection