@extends('layouts.app') @section('page-title')
{{ __($pageTitle) }}
{{ $totalProducts }}
@lang('app.total') @lang('app.menu.products')
@lang('app.addNew') @lang('app.menu.products')
@lang('app.menu.home')
{{ __($pageTitle) }}
@endsection @push('head-script')
@endpush @section('filter-section')
@lang('modules.productCategory.category')
@lang('app.all')
@forelse($categories as $category)
{{ ucwords($category->category_name) }}
@empty
@lang('messages.noProductCategory')
@endforelse
@lang('modules.productCategory.subCategory')
@lang('app.all')
@lang('app.apply')
@lang('app.reset')
@endsection @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush