@extends('layout.mainlayout') @section('content') @php $employeeType = auth()->user()->employee_type; @endphp
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
  Present   Leave   Pending   Holiday {{--   Attendance Applied --}}
@endsection @push('scripts') @endpush @push('styles') @endpush