@extends('layouts.base-layout') @section('title') {{ $book->title }} - Biblioteca anarquista Magdalena @endsection @section('description') {!! strip_tags($book->description) !!} @endsection @section('og_title') {{ $book->title }} @endsection @section('og_description') {!! strip_tags($book->description) !!} @endsection @section('og_image') @if(isset($book->profile_image)) {{ $book->profileImageUrl() }} @else https://www.localanarquistamagdalena.org/wp-content/uploads/2021/10/YKQk7Qqz.jpg @endif @endsection @section('og_site_name') Biblioteca del local anarquista Magdalena @endsection @section('content') Volver

{{ $book->title }}

@if($book->subtitle)

{{ $book->subtitle }}

@endif
@isset($book->profile_image)
Portada
@isset($book->profile_image) @endisset
@endisset
Autoría
{{ $book->author }} @if($book->other_authors) - {{ $book->other_authors }} @endif
Editorial
{{ $book->publisher }}
Sección de la biblitoeca
{{ $book->section?->name }}
Año de publicación
{{ $book->year }}
Número de edición
{{ $book->edition }}
ISBN
{{ $book->isbn }}
Disponible para préstamo
@if($book->canBeLended()) Sí @else No @endif
Idioma
{{ $book->language }}
Resumen
{!! $book->description !!}
Reseña
{!! $book->review !!}
Signatura
{{ $book->section?->number }}, {{ $book->sig1 }} - {{ $book->sig2 }}
@endsection