@props([ 'title', 'actionHref' => null, 'actionLabel' => null, 'backHref' => null, ])

{{ $title }}

@if ($actionHref && $actionLabel) @if (strtolower($actionLabel) === 'edit') @else @endif {{ $actionLabel }} @endif {{ $slot }} @if ($backHref) Back @endif