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

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($public_holidays as $holidays) @if (!empty($holidays->id)) @endif @endforeach
# Description Date Day Country Actions
{{ $holidays->id }} {{ $holidays->description }} {{ date('d/m/Y', strtotime($holidays->date)) }} {{ $holidays->day }} {{ $holidays->country }} {{ $holidays->country }}
@stop @section('footer')   @stop @endcan