@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('dokumen_khusus_access_create') Create @endcan
@foreach ($prods as $item) {{-- --}} @endforeach
Nama Dokumen File Action
{{ $item->nama_dokumen }} {{-- --}}
{{-- --}} @can('form_kepegawaian_update') @endcan @can('form_kepegawaian_delete')
@csrf @method('DELETE')
@endcan
@endsection @section('script') @include('datatable') @include('modal-pdf') @endsection