@include('template.head') {{ $page_name = 'booksreview' }}
@include('template.sidebar') @include('template.header') @include('template.rightpanel'){{ $book['description'] }}
Publisher: {{ $book['publisher']['name'] }}
Pages: {{ $book['page_count'] }}
Category: {{ implode(',', $book['categorie_names']) }}
Genre: {{ implode(',', $book['genre_names']) }}
Published: {{ $book['publishd_date'] }}
ISBN: {{ $book['isbn'] }}
Language: {{ $book['language'] }}
Current Price: Rs: {{ number_format($book['price'], 2) }}
Old Price: Rs: {{ number_format($book['old_price'], 2) }}
Review | Rating | Created | Reviewed By | @if ($priviladges['delete'] == 1)Action | @endif
---|