@extends('layouts.admin') @section('content') @include('include.datatable-css') @if (is_countable($pages)) @foreach ($pages as $page) @endforeach @endif
{{-- Filters HTML --}}
@if (isVendor()) @include('include.create-button', ['url' => route('add-page')]) @endif @include('include.refresh-button')
{{-- Filters HTML End --}}
@foreach ($pages as $item) @endforeach
Title Type Created By Created On Action
{{ Str::limit($item->title, 50, ' ...') }} {{ $item->type }} {{ $banner->creator->accountId }} {{ $item->created_at }}
@include('include.datatable') @include('include.filters-common-js-part') @include('include.datatable-date-range-selector-js', ['url' => 'pages']) {{-- Page specific JS --}} @endsection