@include('template.head') {{ $page_name = 'homepage' }} @include('template.sidebar') @include('template.header') @include('template.rightpanel')

Homepage

@if ($priviladges['add'] == 1 || (isset($type) && $priviladges['update'] == 1))

{{ isset($type) == 'EDIT' ? ($priviladges['update'] == 1 ? 'Edit' : '') : ($priviladges['add'] == 1 ? 'Add' : '') }} Homepage


@csrf
@endif

Homepage List


{{--
×
--}} @if ($priviladges['update'] == 1) @endif
Title Order Type Last Updated Action ByAction
{{-- {!! $data->links() !!} --}}

Books Filter


Add Book(s)


@if (count($books) > 0) @foreach ($books as $row) @endforeach @else @endif
Select Author Title Category Language Genre Rating Price Publisher
{{ implode(",\n", $row['author_names']) }} {{ $row['title'] }} {{ implode(",\n", $row['categorie_names']) }} {{ $row['language'] }} {{ implode(",\n", $row['genre_names']) }} {{ number_format($row['rating'], 1) }} RS: {{ $row['price'] }}/= {{ $row['publisher']['name'] }}
{{-- {!! $data->links() !!} --}}
{{-- script start --}} @include('template.script') {{-- script end --}}