@props(['title', 'action' => null])

{{ $title }}

@if ($action)
{{ $action }}
@endif