@if(request()->route()->getName() === "recommendRecoma")
@include('vendor.components.recommend-recoma.header')
@include('vendor.components.recommend-recoma.body')
@include('vendor.components.recommend-recoma.footer')
@endif
@if(request()->route()->getName() === "recommendAgent")
@include('vendor.components.recommend-agent.header')
@include('vendor.components.recommend-agent.body')
@include('vendor.components.recommend-agent.footer')
@endif
@include('vendor.components.buttongroup',$buttons)
@if(isset($buttons[3]))
@endif