@extends('petugas.layouts.layout_dashboard') @section("title") Kegiatan Petugas Sirkulasi Pustaka Cetak @endsection @section("breadcrumb") @endsection @section('footer-scripts') @endsection @section("content")
group

Kegiatan Petugas Sirkulasi Pustaka Cetak Berkala

date_range Dari
date_range Sampai
account_circle Petugas
assignment Kegiatan
@error('date_last') {{ $message }} @enderror
@if($sir != null) @if($vkey == '69691c7bdcc3ce6d5d8a1361f22d04ac') @endif @foreach($sir as $key => $d) @if($vkey == '69691c7bdcc3ce6d5d8a1361f22d04ac') @endif @endforeach
# Inventaris Judul_Buku Klasifikasi Penerbit Jenis_koleksi Nama_Anggota No_Anggota PetugasLokasiWaktu
{{ ($sir->currentpage()-1) * $sir->perpage() + $key + 1 }} {{$d->no_inv}} {{$d->judul}} {{$d->klasifikasi}} {{$d->penerbit}} {{$d->jenis_koleksi}} {{$d->nama}} {{$d->nomor_anggota}} {{$d->name}}{{$d->nama_lola}}{{$d->created_at}}
{{$sir->appends(Request::all())->links()}} @endif
@endsection