@extends('petugas.layouts.layout_dashboard') @section("title") Penyiangan @endsection @section("breadcrumb") @endsection @section('footer-scripts') @endsection @section("content")
collections_bookmark

Penyiangan Berkala

date_range
@foreach($data as $key => $d) @endforeach
# Inventaris Keterangan Judul Pengarang Penerbit Tahun Penyiangan
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }} {{$d->no_inv}} {{$d->status_ada}} {{$d->judul}} {{$d->pengarang}} {{$d->penerbit}} {{$d->tahun_terbit}} {{$d->updated_at}}
{{$data->appends(Request::all())->links()}}
@endsection