{{ $title }}
@isset ($subtitle) {{ $subtitle }} @endisset
@foreach ($components as $component)
{!! $component !!}
@endforeach @include('laravel-views::components.confirmation-message')