@extends('petugas.layouts.layout_dashboard') @section("title") Print Katalog Pustaka Cetak @endsection @section("breadcrumb") @endsection @section('footer-scripts') @endsection @section("content")
collections_bookmark

Print Katalog Pustaka Cetak

@csrf @foreach ($data as $key => $r) @endforeach
# Klasifikasi Judul
{{ 1+$key }} @if ($pecah_klass) {{ $pecah_klass[0] ? $pecah_klass[0] : '' }}
@if ( !empty($pecah_klass[1]) ) {{ $pecah_klass[1] ? $pecah_klass[1] : '' }}
@endif @if ( !empty($pecah_klass[2]) ) {{ $pecah_klass[2] ? $pecah_klass[2] : '' }}
@endif @if ( !empty($pecah_klass[3]) ) {{ $pecah_klass[3] ? $pecah_klass[3] : '' }}
@endif @if ( !empty($pecah_klass[4]) ) {{ $pecah_klass[4] ? $pecah_klass[4] : '' }}
@endif @endif
{{ $r['judul'] }}
{{ $r['pengarang']}}
{{ $r['subyek']}}
@endsection