@if(!empty($title) || !empty($description))
{{ __($title ?? '') }} @if(!empty($description))

{!! __($description ?? '') !!}

@endif
@endif
@foreach($manyForms as $key => $layouts) @foreach($layouts as $layout) {!! $layout ?? '' !!} @endforeach @endforeach
@empty(!$commandBar)
@foreach($commandBar as $command)
{!! $command !!}
@endforeach
@endempty