@extends('layouts.app') @section('page-title')

@lang($pageTitle) {{ $totalProducts }} @lang('app.total') @lang('app.menu.products')

@lang('app.addNew') @lang('app.menu.products')
@endsection @push('head-script') @endpush @section('filter-section')
@endsection @section('content')
{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
@lang('app.id')@lang('app.name')@lang('app.price') (@lang('app.inclusiveAllTaxes'))@lang('app.purchaseAllow')@lang('app.action')
--}} {!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush