@extends(isset($event_info) ? (is_null($event_info['is_draft']) ? 'index' : ($event_info['is_draft'] == 0 ? 'index-left-sidebar' : 'index')) : 'index') @section('content') @if(isset($event_info)) @if($event_info['is_draft'] == 0)
@endif @endif

@if(isset($event_info)) {{ $event_info['name'] }} @else {{ $event_name }} @endif

{{ Form::open(array('url' => getenv('APP_URL') . '/events/' . $hash, 'class' => 'tab-content form-horizontal form-bordered', 'id' => 'main')) }} {{ Form::hidden('hash', $hash) }} @if(isset($event_code)) @if(!empty($event_code)) {{ Form::hidden('update', 1) }} @endif @endif
{{ Form::label('registration_duration','Registration Duration',array('class' => 'control-label')) }} @if(isset($event_code)) @if($event_info['start']) {{ Form::text('registration_duration', $event_info['start'].' - '.$event_info['end'] , array('class' => 'form-control input-sm')) }} @else {{ Form::text('registration_duration', null, array('class' => 'form-control input-sm')) }} @endif @else {{ Form::text('registration_duration', null, array('class' => 'form-control input-sm')) }} @endif
{{ Form::label('currency','Event Currency',array('class' => 'control-label')) }}
{{ Form::label('email_sender_name','Sender Name ', array('class' => 'control-label')) }} @if(isset($event_info['email_name'])) {{ Form::text('email_sender_name',$event_info['email_name'], array('class' => 'form-control')) }} @else {{ Form::text('email_sender_name',null, array('class' => 'form-control')) }} @endif
{{ Form::label('email_sender','Sender E-mail ',array('class' => 'control-label')) }}
@if(isset($event_info['email'])) {{ Form::text('email_sender',$event_info['email'], array('class' => 'form-control','placeholder' => 'example@domain.com')) }} @else {{ Form::text('email_sender',null, array('class' => 'form-control','placeholder' => 'example@domain.com')) }} @endif @
{{ Form::hidden('ticket_invoice', null) }} {{ Form::hidden('acc_invoice', null) }} {{ Form::hidden('transfer_invoice', null) }} {{ Form::close() }}
{{ Form::open(array('url'=> '#', 'class' => 'tab-content form-horizontal form-bordered', 'id' => 'ticket')) }}

Ticket Types

There needs to be at least one ticket type for event.
{{ Form::label('ticket_name','Ticket Type Name',array('class' => 'control-label')) }} {{ Form::text('ticket_name',null, array('class' => 'form-control')) }}
@if(isset($event_code)) View Promotional Codes @endif
{{ Form::label('ticket_description','Description',array('class' => 'control-label')) }} {{ Form::textarea('ticket_description',null, array('class' => 'form-control','placeholder' => 'Here goes description of Your ticket', 'size'=>'30x5')) }}
{{ Form::label('ticket_quantity','Quantity of Tickets of This Type',array('class' => 'control-label')) }} {{ Form::text('ticket_quantity',null, array('class' => 'form-control')) }}
{{ Form::radio('ticket_type','payment',true,['id' => 'type_by_ticket-first']) }} {{ Form::label('type_by_ticket-first','This ticket type requires payment',null) }}
{{ Form::radio('ticket_type','free',false,['id' => 'type_by_ticket-second']) }} {{ Form::label('type_by_ticket-second','This ticket type is free of charge',null) }}
{{ Form::label('price_without_vat_ticket','Price without VAT',array('class' => 'control-label')) }} {{ Form::text('price_without_vat_ticket',null, array('class' => 'form-control', 'id' => 'price_without_vat_ticket')) }}
{{ Form::text('vat_percent_ticket',null, array('class' => 'form-control', 'id' => 'vat_percent_ticket')) }} %
{{ Form::label('event_date', 'Registration Ticket Duration', array('class' => 'control-label')) }} {{ Form::text('event_date',null, array('id'=>'event_date','class' => 'form-control input-sm')) }}
{{ Form::button('Save', array('class' => 'btn btn-lilac btn-block ticket_save')) }}
{{ Form::button('Cancel', array('class' => 'btn btn-default btn-block ticket_cancel')) }}
{{ Form::close() }} @if(MODULE_PROFORMA_INVOICE == true)
Invoice Options
{{ Form::open(array('url' => '#', 'id' => 'invoice_ticket')) }}
@foreach($invoices as $invoice)
id == $event_info['tickets_invoice_from_id']) {{ 'checked="checked"' }}@endif @endif> {{ Form::label('invoices_ticket'.$invoice->id,$invoice->name,null) }}
@endforeach
{{ Form::button('Add New',array('class' => 'btn btn-default btn-block new_invoice')) }}
{{ Form::label('invoice_name','Invoice Name',array('class' => 'control-label')) }} {{ Form::text('invoice_name',null, array('class' => 'form-control')) }}
{{ Form::label('invoice_from','Invoice From',array('class' => 'control-label')) }} {{ Form::textarea('invoice_from',null, array('class' => 'form-control','placeholder' => 'Please, insert firm details here', 'size'=>'30x5')) }}
Payment Detail

Wire transfer details:

{{ Form::label('account_name','Account Name',array('class' => 'control-label')) }} {{ Form::text('account_name',null, array('class' => 'form-control')) }}
{{ Form::label('account_number','Account Number',array('class' => 'control-label')) }} {{ Form::text('account_number',null, array('class' => 'form-control')) }}
{{ Form::label('sort_code','Sort Code',array('class' => 'control-label')) }} {{ Form::text('sort_code',null, array('class' => 'form-control')) }}
{{ Form::label('iban','IBAN',array('class' => 'control-label')) }} {{ Form::text('iban',null, array('class' => 'form-control')) }}
{{ Form::label('swift','SWIFT',array('class' => 'control-label')) }} {{ Form::text('swift',null, array('class' => 'form-control')) }}
{{ Form::label('bank_name','Bank Name',array('class' => 'control-label')) }} {{ Form::text('bank_name',null, array('class' => 'form-control')) }}
{{ Form::label('bank_details','Bank details',array('class' => 'control-label')) }} {{ Form::textarea('bank_details',null, array('class' => 'form-control', 'size'=>'30x5')) }}
{{ Form::button('Save', array('class' => 'btn btn-lilac btn-block ticket_invoice_save')) }}
{{ Form::hidden('invoice-id') }} {{ Form::hidden('registration-count') }} {{ Form::button('Update', array('class' => 'btn btn-lilac btn-block', 'id' => 'invoice_update')) }}
{{ Form::button('Cancel', array('class' => 'btn btn-default btn-block invoice_cancel')) }}
{{ Form::close() }}
@endif

Accommodation Offers

{{ Form::open(array('url' => '#', 'id' => 'accommodation')) }}
{{ Form::label('Hotel Name',null, array('class' => 'control-label')) }} {{ Form::text('hotel_name',null, array('class' => 'form-control')) }}
Accommodation with that name already exists.
{{ Form::label('number_of_rooms','Number of Rooms', array('class' => 'control-label')) }} {{ Form::text('number_of_rooms',null, array('class' => 'form-control')) }}
{{ Form::label('room_date','Room date', array('class' => 'control-label')) }} {{ Form::text('room_date',null, array('class' => 'form-control')) }}
Enter price for at least one room type.
Single
Double
{{ Form::label('price_without_vat_acc_single','Price without VAT', array('class' => 'control-label')) }} {{ Form::text('price_without_vat_acc_single',null, array('class' => 'form-control')) }}
Double
{{ Form::label('price_without_vat_acc_double','Price without VAT', array('class' => 'control-label')) }} {{ Form::text('price_without_vat_acc_double',null, array('class' => 'form-control')) }}
{{ Form::label('vat_percent_acc','VAT Percentage', array('class' => 'control-label')) }}
{{ Form::text('vat_percent_acc',null, array('class' => 'form-control')) }} %
{{ Form::label('room_details','Room Details',array('class' => 'control-label')) }} {{ Form::textarea('room_details',null, array('class' => 'form-control', 'size'=>'30x5')) }}
{{ Form::button('Save', array('class' => 'btn btn-lilac btn-block acc_save')) }}
{{ Form::button('Cancel', array('class' => 'btn btn-default btn-block acc_cancel')) }}
{{ Form::close() }}
@if(MODULE_PROFORMA_INVOICE == true) @endif

Transfer Offers

{{ Form::open(array('url' => '#', 'id' => 'transfer')) }}
{{ Form::label('transfer_from_airport','Transfer from Airport', array('class' => 'control-label')) }} {{ Form::text('transfer_from_airport',null, array('class' => 'form-control')) }}
{{ Form::label('transfer_to_venue','To Venue:', array('class' => 'control-label')) }} {{ Form::text('transfer_to_venue',null, array('class' => 'form-control')) }}
{{ Form::label('price_without_vat_airport','Price without VAT', array('class' => 'control-label')) }} {{ Form::text('price_without_vat_airport',null, array('class' => 'form-control')) }}
{{ Form::label('vat_percent_airport','VAT percentage', array('class' => 'control-label')) }}
{{ Form::text('vat_percent_airport',null, array('class' => 'form-control')) }} %
{{ Form::label('transfer_from_venue','Transfer from Venue', array('class' => 'control-label')) }} {{ Form::text('transfer_from_venue',null, array('class' => 'form-control')) }}
{{ Form::label('transfer_to_airport','To Airport:', array('class' => 'control-label')) }} {{ Form::text('transfer_to_airport',null, array('class' => 'form-control')) }}
{{ Form::label('price_without_vat_venue','Price without VAT', array('class' => 'control-label')) }} {{ Form::text('price_without_vat_venue',null, array('class' => 'form-control')) }}
{{ Form::label('vat_percent_venue','VAT percentage', array('class' => 'control-label')) }}
{{ Form::text('vat_percent_venue',null, array('class' => 'form-control')) }} %
{{ Form::button('Save', array('class' => 'btn btn-lilac btn-block transfer_save')) }}
{{ Form::button('Cancel', array('class' => 'btn btn-default btn-block transfer_cancel')) }}
{{ Form::close() }}
@if(MODULE_PROFORMA_INVOICE == true) @endif

Social Events

@if(isset($event_info)) @else @endif @if(isset($event_info)) @if($event_info['is_draft'] == 0) @endif @endif {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationMain','#main') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationTicket','#ticket') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationAccommodation','#accommodation') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationTransfer','#transfer') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationSocialEvent','#social_event') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationInvoice','#invoice_ticket') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationInvoice','#invoice_acc') !!} {!! JsValidator::formRequest('App\Http\Requests\Events\Create\RegistrationInvoice','#invoice_transfer') !!} @endsection