@php use Illuminate\Support\Facades\Auth; @endphp @include('template.head') {{ $page_name = 'books' }}
@include('template.sidebar') @include('template.header') @include('template.rightpanel')Image | Title | Author | Category | Language | Genre | Rating | Price | Publisher | Action By | {{-- @if ($priviladges[9]['update'] == 1 || $priviladges[13]['ability'] == 1 || $priviladges[9]['delete'] == 1) --}} {{--Action | --}} {{-- @endif --}} {{--
---|---|---|---|---|---|---|---|---|---|---|
|
{{ $row['title'] }} @if ($row['pay_type'] == 'Free') ( Free ) @endif | {{ implode(",\n", $row['author_names']) }} | {{ implode(",\n", $row['categorie_names']) }} | {{ $row['language'] }} | {{ implode(",\n", $row['genre_names']) }} | {{ number_format($row['rating'], 1) }} | RS: {{ number_format($row['price'], 2) }}/= | {{ $row['publisher']['name'] }} | {{ isset($row['user']['name']) ? $row['user']['name'] : '' }} | @if ($priviladges[9]['update'] == 1 || $priviladges[13]['ability'] == 1 || $priviladges[9]['delete'] == 1)@endif |