@extends('_layout.main') @section('content') @include('components.page-indicator', [ 'page' => 'Buku', 'path' => ['Dasbor', 'Buku'], ])

Unggah Buku

@csrf
@include('components.input', [ 'label' => 'Judul', 'name' => 'title', ]) @include('components.input', [ 'label' => 'Deskripsi', 'name' => 'description', ])

Silakan unggah file PDF

Daftar Buku

@include('components.print')
@foreach ($files as $file) @endforeach
Judul Deskripsi Diunduh
{{ $file->title }} {{ $file->description }} {{ $file->downloaded }} Unduhan
@csrf @method('DELETE')

Menampilkan 1 hingga 10 dari 13 entri

@endsection