@props([ 'previous' => true, 'buttonText' => 'Next', 'next' => true, ])
@if($previous) Previous @endif @if($next) {{ $buttonText }}
@endif