@extends('layout.mainlayout') @section('content') @php $employeeType = auth()->user()->employee_type; @endphp
  Present   Leave   Pending   Holiday   Biometric
@endsection @push('scripts') @endpush @push('styles') @endpush