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