@extends('dashboard.layouts.app')
@include('dashboard.products.index.speedbar')
@section('content')
@include('dashboard.products.index.header')
@include('dashboard.products.index.filter')
@include('dashboard.products.index.table')
@endsection
@include('dashboard.products.index.script')