@extends('layouts.frontend') @section('title') {{ $video->title ?? 'Video' }} - {{ $book->title }} @endsection @section('meta') @endsection @section('content')
{{ $video->date->format('d M Y') }}
@endif{{ $book->author->name ?? '' }}
@foreach($book->categories as $category) {{ $category->name }} @endforeach
{{ $book->publisher->name ?? '' }} @if($book->year) ยท {{ $book->year }} @endif
Tidak ada video lainnya.
@endforelse