@extends('layouts.admin') @section('content') @include('include.datatable-css')
{{-- Filters HTML --}}
@include('include.create-button', ['url' => route('add-item')]) @include('include.export-button')
{{-- Filters HTML End --}} @include('include.flash-message')
Photo Title Price Addon Label Addon Quantity Status Created On Action
@include('include.datatable') @include('include.filters-common-js-part') @include('include.datatable-date-range-selector-js', ['url' => 'items']) {{-- Page specific JS --}} @endsection @push('scripts') @endpush