@extends('layouts.home') @section('title', 'RECO.BON einlösen') @section('content') @hasrole('agent')
@foreach($numbers as $number)
@include('dashboard.partials.number', $number)
@endforeach
@endhasrole @hasrole('seller')
RECO.BON einlösen
RECO.BON einlösen
@endhasrole @include('partials/global-filters')
Empfohlene BONS
{!! $grid->__toString() !!}
@if(Auth::user()->hasRole('agent'))
Meine Empfehlungen
@else
Meine Unternehmensempfehlungen
@endif
{!! $multiGrid->__toString() !!}
{{--Modals--}} @endsection @section('after-scripts') @endsection