@extends('layouts/base_view') @section('title') {!! $variables['header_routes'] !!} @endsection @section('content')
@include('layouts.partials.excel_upload_buttons', ['module' => 'holidays'])
Tambah Hari Libur
No Nama Tanggal Tipe Deskripsi Status
@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