@extends('admin::index', ['header' => $header]) @section('content')

{{ $header ?: trans('admin.title') }} {{ $description ?: trans('admin.description') }}

@if ($breadcrumb) @elseif(config('admin.enable_default_breadcrumb')) @endif
@include('admin::partials.alerts') @include('admin::partials.exception') @include('admin::partials.toastr') @if($_view_) @include($_view_['view'], $_view_['data']); @else {!! $_content_ !!} @endif
@endsection