@extends('index-left-sidebar') @section('content')

{{ $event_info['name'] }}

@php $event_start = new DateTime($event_info['start']); $event_end = new DateTime($event_info['end']); $event_days_diff = $event_start->diff($event_end)->d; @endphp @if($event_info['venue'] == 'physical') @if ($event_days_diff > 0) {{ date("d.m.Y. H:i", strtotime($event_info['start'])) . ' - ' . date("d.m.Y. H:i", strtotime($event_info['end'])) . ', ' . $event_info['v_name'] }} @else {{ date("d.m.Y. H:i", strtotime($event_info['start'])) . ', ' . $event_info['v_name'] }} @endif @else @if ($event_days_diff > 0) {{ date("d.m.Y. H:i", strtotime($event_info['start'])) . ' - ' . date("d.m.Y. H:i", strtotime($event_info['end'])) }} @else {{ date("d.m.Y. H:i", strtotime($event_info['start'])) }} @endif @endif

E-mail Activity

@if(session('excelfile') == 'wrong') @endif @if(session('excelfile') == 'empty') @endif
Select contacts to invite of uninvite
{{ Form::open(array('url' => getenv('APP_URL') . '/events/' . $event_code . '/mailings/' . $mailing_activity_code . '/mailing-list', 'method' => 'put', 'class' => 'krik-modal-inlinet', 'name' => 'leadsForm', 'id' => 'leadsForm')) }}
{{ Form::text('number_of_contacts', $nmbrOfMailings, array('class' => 'form-control')) }}
{{ Form::submit('Select',array('class' => 'btn btn-success btn-sm pull-right', 'name' => 'save')) }}
{{ Form::submit('Deselect',array('class' => 'btn btn-danger btn-sm pull-right', 'name' => 'save')) }}
@if($settings->lead_types) @endif @if($settings->lead_type_descriptions) @endif @if($settings->lead_types) @endif @if($settings->lead_type_descriptions) @endif
Selected Name E-mail CompanyTypeDescription

Quick contacts selection

Select contacts from Excel
@if(!(empty($allEventContacts) && empty($allRegistratedContatcs) && empty($allNotRegistratedContacts) && empty($allAttendedContacts) && empty($allNotAttendedContacts)))
Contacts from this Event
@endif @if(!empty($allEventContacts))
@endif @if(!empty($allRegistratedContatcs))
@endif @if(!empty($allNotRegistratedContacts))
@endif @if(!empty($allAttendedContacts))
@endif @if(!empty($allNotAttendedContacts))
@endif
{{--
Contacts from Previous Events
--}}
{{Form::close()}}
@if( Session::has('numberNewContacts') && Session::has('numberExistsContacts') && Session::has('newContactExcelImports') && Session::has('existsContactExcels') && Session::has('notValids') && Session::has('numberNotValids') && Session::has('sameContacts') && Session::has('numberSameContact'))