@extends('adminlte::layouts.app') @section('htmlheader_title') {{ $o->name ?: 'New Supplier' }} @endsection @section('page_title') {{ $o->name ?: 'New Supplier' }} @endsection @section('contentheader_title') {{ $o->name ?: 'New Supplier' }} @endsection @section('contentheader_description') @endsection @section('main-content')
@include('supplier.widget.detail')
@if($o->exists)
@include('supplier.widget.products')
@include('supplier.widget.offerings')
@include('supplier.widget.connections')
@include('supplier.widget.costs')
@endif
@endsection