@php use App\Helpers\Constants; @endphp @include('template.head') {{ $page_name = 'banner' }} @include('template.sidebar') @include('template.header') @include('template.rightpanel')

Banner

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

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


@endif

Banner Slider


Banner List


@if (count($data) < 5) {{-- Add Banner --}} @endif
{{-- --}} @if ($priviladges['update'] == 1 || $priviladges['delete'] == 1) @endif @if (count($data) > 0) @foreach ($data as $row) {{-- --}} @if ($priviladges['update'] == 1 || $priviladges['delete'] == 1) @endif @endforeach @else @endif
Image Order Title Url Last UpdateClicksAction ByAction
{{ $row['url'] }}
{{ $row['number'] }} {{ $row['name'] }} {{ $row['url'] }} {{ $row['lastupdate'] }}{{ $row['clicks'] }}{{ isset($row['user']['name']) ? $row['user']['name'] : '' }}
{{-- View --}} @if ($priviladges['update'] == 1) @endif @if ($priviladges['delete'] == 1) @endif
{{-- {!! $data->links() !!} --}}
{{-- script start --}} @include('template.script') {{-- script end --}}