FindWorkspace

{{ $title }}

{{ $greeting }},

{{ $message_body }}

@if(count($details) > 0)
@foreach($details as $label => $value)
{{ $label }} {{ $value }}
@endforeach
@endif @if($action_url)
{{ $action_text }}
@endif