@extends('web.layouts.layout')
@section('content')
@if ($errors->any())
@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._invoice_details')
@include('web.promotion._checkout')
{!! Form::close() !!}
@endsection
@section('scripts')
@endsection