@extends('layouts.master') @section('title') {{$title}} @lang('translation.starter') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Pages @endslot @slot('title') {{$title}} @endslot @endcomponent

List {{ $title }}

{{-- @can('create') Create @endcan --}}
{{--
Nama Pegawai
--}} @foreach ($prods->jenisCuti as $jenis) @endforeach @foreach ($prods->reportData as $pegawaiNama => $cutiData) @foreach ($prods->jenisCuti as $jenis) @endforeach @endforeach
Nama Pegawai
{{ $jenis->nama }}
{{ $pegawaiNama }}{{ $cutiData[$jenis->nama] ?? '-' }}
@endsection @section('script') @include('datatable') @include('select2') @endsection