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

{{ $subtitle }}

@stop @section('content')
@csrf @method('PUT')
@error('day') {{ $message }} @enderror @if (session('existing')) {{ session('existing') }} @endif
@foreach ($country as $countries) @endforeach
@stop @section('footer')   @stop @endcan