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/summary.blade.php
Deon George c7e2a6866e WIP
2017-11-21 21:47:44 +11:00

24 lines
566 B
PHP

@extends('adminlte::layouts.app')
@section('htmlheader_title')
{{ $co->name }}@if ($name != $co->name)|{{ $name }}@endif
@endsection
@section('contentheader_title')
Summary for {{$co->name}}@if ($name != $co->name)|{{ $name }}@endif
@endsection
@section('contentheader_description')
{{ $ido->import_date->format('Y-m-d') }}
@endsection
@section('main-content')
@include('widgets.category-select')
@include('widgets.summary')
@yield('category-select')
@yield('summary')
@if($pdata)
@include('widgets.product-iot')
@yield('product')
@endif
@endsection