@extends('layouts.home') @section('title', 'Einladungen') @section('content')
{{-- to un-flex --}}
@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
@if(isset($grid))
Meine RECO.MA Empfehlungen
{!! $grid->__toString() !!}
@endif
@endsection