{{-- resources/views/hr/attandances/index.blade.php --}} @extends('layouts.app') @push('middle_part') Add Employee Attendance @endpush @section('content')
@php $page_name = 'Hr > Employee Holiday'; $page_number = 1; @endphp @include('layouts.table_top')
@endsection @push('script') @endpush