2022-08-20 13:01:03 +00:00
|
|
|
@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')
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12">
|
2023-05-04 12:17:42 +00:00
|
|
|
@include('product.widget.selector')
|
2022-08-20 13:01:03 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-05-04 12:17:42 +00:00
|
|
|
@endsection
|