@extends('portal.layouts.app', ['activePage' => 'user-management', 'titlePage' => __('User Management')]) @section('content')
@csrf @method('put')

{{ __('Edit User') }}

Select file < 1500 KB
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('location')) {{ $errors->first('location') }} @endif
@if ($errors->has('bio')) {{ $errors->first('bio') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection @section('script') @endsection @section('style') @endsection