@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section') @lang('app.month') @foreach ($months as $month) iteration) selected @endif value="{{ $loop->iteration }}">{{ ucfirst($month) }} @endforeach @lang('app.year') @foreach ($years as $year) {{ $year }} @endforeach @lang('app.clearFilters') @endsection @php $addPermission = user()->permission('add_holiday'); @endphp @section('content')
@lang('app.month')
@lang('app.year')