@extends('adminlte::layouts.app') @section('htmlheader_title') Product @endsection @section('page_title') Product @endsection @section('contentheader_title') Product @endsection @section('contentheader_description') @endsection @section('main-content')
@include('product.widget.selector')
@endsection