@extends('layouts.home') @section('title', 'RECO.BON Übersicht') @section('content') @can('create coupon template')
@endcan @include('partials/global-filters')
@if(Auth::user()->hasRole('seller'))
Meine RECO.BONS
@else
RECO.BON empfehlen
@endif
{!! $grid->__toString() !!}
@endsection