@extends('layouts.app') @section('title', $book->title) @section('content')
Oleh: {{ $book->authors_display }}
{{ $book->description }}
@if($book->genre) {{ $book->genre }} @else - @endif
@if($book->published_date) {{ \Carbon\Carbon::parse($book->published_date)->format('d F Y') }} @else - @endif
{{ $book->authors_display }}
@if($book->publisher) {{ $book->publisher }} @else - @endif
@if($book->page_count) {{ $book->page_count }} halaman @else - @endif
@if($book->language) {{ strtoupper($book->language) }} @else Indonesia @endif
@if($book->isbn) {{ $book->isbn }} @else - @endif
{{ $book->stock ?? 0 }} unit