@props([ 'heading', 'text', 'nextPageUrl' => null, 'anotherWebPageUrl' => null, 'buttonName' => 'Get a quote', 'img' => null ])

{{ $heading }}

{{ $text }}

@if($nextPageUrl || $anotherWebPageUrl) {{ $buttonName }} @endif
@if($img)
{{ $heading }}
@endif