@extends('layouts/base_view')
@section('title')
{!! $variables['header_routes'] !!}
@endsection
@section('content')
| No |
Nama |
Tanggal |
Tipe |
Berulang |
Deskripsi |
Status |
Libur Berikutnya
Memuat...
Status Hari Ini
Memuat...
@include('layouts.partials.excel_upload_modal', [
'module' => 'holidays',
'title' => 'Hari Libur',
'uploadRoute' => route('holidays.upload_excel'),
'downloadRoute' => route('holidays.download_template'),
'exportRoute' => route('holidays.export_excel')
])
@endsection