@extends('layouts.home') @section('title', 'RECO.BON erstellen') @section('content')
RECO.BON erstellen
{{ csrf_field() }} @include('coupon.partials.form')
Abbrechen
Vorschau
@include('partials/coupon', [ 'template' => $couponTemplate->type ? $couponTemplate : Auth::user()->fakeTemplate() ])
@endsection @section('after-scripts') @endsection