@props([ 'page', 'title', 'subtitle' => null, 'description' => null, 'button' => null, 'buttonLink' => '#demoModal', 'logo' => null, 'height' => 550 ])
@if($logo) @endif

{!! $title !!}

@if($subtitle)

{!! $subtitle !!}

@endif @if($description)

{!! $description !!}

@endif @if($button) {{ $button }} @endif
@if($logo) @endif

{!! $title !!}

@if($subtitle) {!! $subtitle !!} @endif @if($description)

{!! $description !!}

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