@extends('admin/layouts/dashboard', [
'withoutContent' => true
])
@section('breadcrumbs', Breadcrumbs::render(Route::current()->getName()))
@section('page_header')
Главная страница
@endsection
@section('content')
@endsection