@props(['heading', 'body' => null])

{{ $heading }}

@if ($body)

{{ $body }}

@endif @isset($action)
{{ $action }}
@endisset