@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('product.widget.detail')
@include('product.widget.services')
@endsection