This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
memberdb/resources/theme/backend/adminlte/product-iot.blade.php

18 lines
374 B
PHP
Raw Permalink Normal View History

2017-08-05 23:53:57 +00:00
@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