@extends('layouts.appv2') @section('content') {{-- table index start --}}
EDIT USER INFO
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif {{-- --------------------------------------------------------------------------- --}}
@csrf

Personal Data Information


Employment Information

user->active == 1 ? 'disabled' : '' }}>
@if($employees->emptype->emptype_id !== 1)
Renew Contract
@endif

{{----------------------}}
@csrf

Login Information

@error('password') {{ $message }} @enderror

@csrf

Attendance Information


Leaves Approver / Verifiers

Leaves Entitled

{{-- table index end --}} @endsection