@extends('layouts.admin') @section('content')

{{ $title }}

Back to List
@csrf
@if(!empty($book['url'])) View Source @endif
@if(isset($book['cover']) && $book['cover'] == 1) {{ $book['title'] }} @else

No cover image available

@endif

PNG, JPG, GIF up to 10MB

Book Information

ID:
{{ $book['id'] }}
@if(isset($book['created_at']))
Created:
{{ $book['created_at'] }}
@endif @if(isset($book['updated_at']))
Updated:
{{ $book['updated_at'] }}
@endif
Cancel
{{-- Scripts moved to resources/js/csp-safe.js --}} @endsection