@extends('web.layouts.layout') @section('content') @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {!! Form::open(['url' => route('web_promotion_store', $promotion_user->id), 'class' => 'form-horizontal form-prevent-multiple-submits', 'id' => 'user-promotion-form-validations']) !!}
@include('web.promotion._intro')
@include('web.promotion._free_product') @include('web.promotion._shop_products') @include('web.promotion._shipping') @include('web.promotion._fairplay')
@include('web.promotion._promotion_cart')
@include('web.promotion._invoice_details')
@include('web.promotion._checkout')
{!! Form::close() !!} @endsection @section('scripts') @endsection