@extends('admin.template.layout') @section('css') @endsection @section('page-title') @endsection @section('content') {{-- @php $user = auth()->user(); $role = $user->role->code; $style = ''; if ($role == 'CREW') { $style = 'display:none'; } @endphp --}}

Detail Hari Libur {{ $date->translatedFormat('F Y') }}

{{--
@if (in_array($role, ['HR', 'OWNER', 'DEV']))
@endif
--}}
Libur Tanggal Status Action
@endsection @section('script') @endsection