@extends('layouts.app') @section('namePage', 'eBook') @section('content')
{{-- Card eBook --}}
{{-- Tombol Kembali --}}
Kembali
{{-- Cover Image --}}
Cover {{ $ebook->title }}
{{-- Detail --}}

{{ $ebook->title }}

{{ $ebook->deskripsi }}

Dibuat {{ $ebook->created_at->diffForHumans() }}

{{-- Tombol Aksi --}}
@auth @php $role = Auth::user()->role ?? ''; @endphp @if ($role === 'Admin') @else @endif @endauth
{{-- MODAL DELETE --}} @endsection @section('scripts') @endsection