@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
@if (in_array($role, ['HR', 'OWNER', 'DEV', 'SUPADM']))
@endif
Nama Pegawai Tanggal Izin Lama Izin Tipe Izin Keterangan Status Action
@endsection @section('script') @endsection