18 lines
374 B
PHP
18 lines
374 B
PHP
@extends('adminlte::layouts.app')
|
|
|
|
@section('htmlheader_title')
|
|
{{ trans('adminlte_lang::message.home') }}
|
|
@endsection
|
|
|
|
@section('contentheader_title')
|
|
Summary for {{$co->name}}
|
|
@endsection
|
|
@section('contentheader_description')
|
|
{{ $ido->import_date->format('Y-m-d') }}
|
|
@endsection
|
|
|
|
@section('main-content')
|
|
@include('widgets.product-iot')
|
|
|
|
@yield('product')
|
|
@endsection |