@extends('library.layouts.app') @section('title', $book['title'] . ' - 巴利书库') @section('content')

{{ $book['title'] }}

作者:
{{ $book['author'] }}
语言:
{{ $book['language'] ?? '巴利语' }}
简介:
{{ $book['description'] }}
@if(isset($book['contents']) && count($book['contents']) > 0) @endif @if(count($otherVersions) > 0)

其他版本

@foreach($otherVersions as $version)
{{ $version['title'] }}
{{ $version['title'] }}
{{ $version['author'] }}
{{ $version['language'] ?? '巴利语' }}
@endforeach
@endif
@endsection