@section('title') {{$book->title}} - {{$book->author}} - {{Config::get('website.title')}} @stop @section('container')
@include('website.eshop.menu')
@include('website.eshop.banners') @include('website.eshop.partials.book-fullview', ['book' => $book])
@stop @section('scripts') @parent $('a.out-of-stock[data-toggle="popover"]').popover({ content: '{{trans('website.messages.product-not-available')}}' }); @stop