@php
$w = "width: ". (isset($width) ? $width : 2) ."rem";
$w2 = "width: calc(100% - " . (isset($width) ? $width : 2) ."rem)";
$h = "height: ". ((isset($width) ? $width : 2) / 3 * 4) ."rem";
$link = isset($link) ? $link : ''
@endphp
@if (isset($multi))
@empty($prevent)
@if($link === '')
@else
@endif
@endempty
-
@if ($book->cover)
@else
@endif
-
{{ $slot }}
@empty($prevent)
@endempty
@else
@empty($prevent)
@if($link === '')
@else
@endif
@endempty
-
@if ($book['cover'])
@else
@endif
@isset($shadow)
{{ $shadow }}
@endisset
- {{ $book['book_name'] }}
@empty($prevent)
@endempty
@endif