@extends('layouts.app') @section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.products') }} @endsection @section('heading') {{ __('common.products') }} @endsection @section('heading-icon')admin_panel_settings@endsection {{--@section('page-breadcrumbs'){{ Breadcrumbs::render($options['route_name'] ?? '') }}@endsection--}} @section('content')
@include('admin.options.includes.filter') @include('includes.datatable')
@include('includes.modal_delete') @endsection @push('head.start') @endpush @push('body.end') @endpush