20 lines
324 B
PHP
20 lines
324 B
PHP
@extends('adminlte::layouts.app')
|
|
|
|
@section('htmlheader_title')
|
|
Main
|
|
@endsection
|
|
|
|
@section('contentheader_title')
|
|
Main
|
|
@endsection
|
|
@section('contentheader_description')
|
|
@endsection
|
|
@section('page_title')
|
|
Main
|
|
@endsection
|
|
|
|
@section('main-content')
|
|
<div class="row">
|
|
@include('widgets.summary.boxes')
|
|
</div>
|
|
@endsection |