@extends('petugas.layouts.layout_dashboard') @section("title") Pustaka Digital @endsection @section("breadcrumb") @endsection @section('footer-scripts') @include('petugas.components.notification') @endsection @section("content")
collections_bookmark

Data Pustaka Digital

jenis koleksi :
kategori :
kata kunci : 
@csrf {{-- --}} @if(!empty($data)) @foreach($data as $key => $d) {{-- --}} @endforeach @else @endif
# Nomor Pustaka Digital Data Pustaka Gambar Action {{-- --}} --}} {{--
--}} {{-- --}} {{--
--}} {{--
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }} {{$d->nomor_pustaka_digital}}
{{$d->klasifikasi}}
{{$d->judul}}
{{$d->pengarang}} | {{$d->penerbit}} | {{$d->th_terbit}}
collections_bookmark edit --}} {{--
--}} {{-- --}} {{--
--}} {{--
@if(!empty($data)) {{$data->appends(Request::all())->links()}} @endif
@endsection