@extends('layout.mainlayout') @section('content') @php $employeeType = auth()->user()->employee_type; @endphp
{{-- SAFETY --}} @if($attendance->lead_status !== 'pending' || $attendance->manager_status !== 'pending')
This attendance request can no longer be edited.
@else
@csrf @method('PUT')
{{-- DATE RANGE --}}
{{-- INTERNATIONAL --}} @if($employeeType === 'international')
@endif {{-- DOMESTIC --}} @if($employeeType === 'domestic')
@endif {{-- ONSITE --}} @if($employeeType === 'onsite')
@endif {{-- REMARK --}}
Cancel
@endif