@canany(['hr_manager_hq', 'public_holidays']) @extends('adminlte::page') @section('title', $title) @section('content_header')

{{ $subtitle }}

@stop @section('css') @stop @section('content')
@csrf
@error('description') {{ $message }} @enderror
@error('date') {{ $message }} @enderror @if (session('existing')) {{ session('existing') }} @endif
@foreach ($countries as $country) @endforeach
@error('country') {{ $message }} @enderror
Search for public holidays by year and country, then select which ones to import automatically. Note: Holidays for Dubai (UAE) must be added manually. You can find the official list at Public Holidays in the UAE .
@stop @section('js') @stop @section('footer')   @stop @endcan