@extends(config('platform.workspace', 'platform::workspace.compact'))
@section('aside')
@endsection
@section('workspace')
@if(Breadcrumbs::has())
@endif
@yield('title')
@yield('description')
@include('platform::partials.alert')
@yield('content')
@endsection