@extends('layout.index') @section('title', 'User Profile') @section('content') User Profile Home User User Profile @if ($message = Session::get('success')) {{-- --}} {{ $message }} × @endif {{ csrf_field() }} First Name Last Name Email ID Gender gender == 1) { echo 'checked'; } @endphp /> Male gender == 0) { echo 'checked'; } @endphp /> Female Theme color theme_mode == 1) { echo 'checked'; } @endphp onchange="change_status(event.target,{{ $aUser->id}});" /> Save Reset {{ csrf_field() }} Current Password @error('current_password') {{ $message }} @enderror Password @error('password') {{ $message }} @enderror Confirm Password @error('password_confirmation') {{ $message }} @enderror Save Reset @endsection