@extends('layouts.master') @section('title', __('index.holiday')) @section('action', __('index.csv_import')) @section('button')
@endsection @section('main-content')
@include('admin.section.flash_message') @include('admin.holiday.common.breadcrumb')

@lang('index.holiday_detail_csv')

@csrf

@lang('index.holiday_csv_example')

@endsection