@extends('adminlte::layouts.app') @section('htmlheader_title') {{ $o->name ?: 'New Product' }} @endsection @section('page_title') {{ $o->name ?: 'New Product' }} @endsection @section('contentheader_title') {{ $o->name ?: 'New Product' }} @endsection @section('contentheader_description') @endsection @section('main-content')
@include('adminlte::widget.status')
@include('a.product.widgets.detail')
{{--
@include('a.product.widgets.products')
@include('a.product.widgets.offerings')
@include('a.product.widgets.connections')
--}}
@endsection