@extends('layouts.frontend') @section('title') {{ $book->title }} @endsection @section('meta') @endsection @section('content')
{{ trans('cruds.book.fields.version') }}: | {{ $book->version ?? "-" }} |
{{ trans('cruds.book.fields.publisher') }}: | {{ $book->publisher->name ?? "-" }} |
{{ trans('cruds.book.fields.year') }}: | {{ $book->year }} |
{{ trans('cruds.book.fields.pages') }}: | {{ $book->pages }} halaman |