@extends('petugas.layouts.layout_dashboard') @section("title") Perolehan Inventaris Pustaka @endsection @section("breadcrumb") @endsection @section("content")
language

Data Perolehan Inventaris Pustaka

@foreach($data as $key => $perolehan_inv) @endforeach
No Kode Perolehan Perolehan Action
{{ ($data->currentpage()-1) * $data->perpage() + $key + 1 }} {{$perolehan_inv->kode_perolehan}} {{$perolehan_inv->perolehan}} edit
{{$data->appends(Request::all())->links()}}
@endsection @section('footer-scripts')> @include('petugas.components.notification') @endsection