@extends('layouts.app_layout') @section('title') Edit User @endsection @section('content') @include('inc.errors')
@csrf

Edit User - {{$user->full_name}}

Please enter your first, second and last names.
{{-- Email will be used . --}}
is_active == 1) value = 1 checked @else {{(old('is_active') == 1) ? 'value = 1 checked' : ' value = 1 '}} @endif >
allow_login == 1) value = 1 checked @else {{(old('allow_login') == 1) ? 'value = 1 checked' : ' value = 1 '}} @endif >

Roles and Permissions

{{ $user->user_name }}

{{-- Change Password --}} {{-- @csrf
Be careful will writing your password and use complex password
Be careful will writing your password and use complex password
Password not matched
--}}

More Informations

@if ($user->image !== null)
{{$user->full_name}}
@endif
{{--
--}}

{{-- Handle Changine the password --}} Back To All @endsection