osb/resources/views/theme/backend/adminlte/product/home.blade.php

22 lines
368 B
PHP
Raw Normal View History

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">
@include('product.widget.selector')
2022-08-20 13:01:03 +00:00
</div>
</div>
@endsection