{{$title ?? null}}

{{$description ?? null}}

@isset($actions) @foreach($actions as $action => $steps) @if(is_string($action))

【{{$action}}】

@endif @foreach($steps as $step)

{!!$step!!}

@endforeach @endforeach @endisset