• {{ __('Admin') }}
  • {{ __('Events') }}
  • @if($event->event_type_id == 22)
  • {{ __('Security') }}
  • @endif
  • {{ __('Event Detail') }}
  • Events Detail

    {{$event->name}}

    Start Time: {{date('l, g:i a',strtotime($event->start_at))}}
    Type: {{$event->type->name}}
    Program?: @if($event->is_program == 1) Yes @else No @endif
    Timeline?: @if($event->is_timeline == 1) Yes @else No @endif
    Published?: @if($event->published == 1) Yes @else No @endif
    Virtual?: @if($event->virtual_is_active == 1) Yes @else No @endif
    @if($event->virtual_is_active == 1) @endif @if($event->location) @else @endif {{-- --}} {{-- --}} {{-- --}}
    Id:{{$event->id}}
    Event type:{{$event->type->name}}
    Affiliation type:{{$event->affiliation_type->name}} {{-- $event->affiliation_type->name --}}
    Name:{{$event->name}}
    Slug:{{$event->slug}}
    Audio Filename:{{$event->audio_filename}}
    Description:{!!$event->description!!}
    Products: @foreach($products as $product) {{$product->title}}
    @endforeach
    Virtual? {{ $event->virtual_is_active == 1 ? "Yes" : "No" }}
    Hybrid? {{ $event->virtual_is_hybrid == 1 ? "Yes" : "No" }}
    Virtual Platform: {{ $event->virtual_type->name }}
    {{ $event->virtual_type->name }} Access Code: {{ $event->virtual_code }}
    Password Required (Private)? {{ $event->virtual_is_public == 1 ? "Yes" : "No" }}
    {{ $event->virtual_type->name }} Password: {{ $event->virtual_password == "" ? "No Password" : $event->virtual_password }}
    {{ $event->virtual_type->name }} URL: {{ $event->virtual_url }}
    Location:
    [edit]
    {{$event->location->name}}
    @if($event->location->address) {{$event->location->address}}
    @endif @if($event->location->address2) {{$event->location->address2}}
    @endif @if($event->location->room) {{$event->location->room}}
    @endif @if($event->location->city) {{$event->location->city}}, @endif @if($event->location->state->state_code) {{$event->location->state->state_code}} @endif @if($event->location->country->iso_code) {{$event->location->country->iso_code}} @endif @if($event->location->postal_code) {{$event->location->postal_code}}
    @endif @if($event->location->latitude) {{$event->location->latitude}}, @endif @if($event->location->longitude) {{$event->location->longitude}}
    @endif
    Location:None
    Table count:{{$event->table_count}}
    Default plate count:{{$event->default_plate_count}}
    Start_at:{{$event->start_at}} ({{date('l, g:i a',strtotime($event->start_at))}})
    Duration:{{$event->duration}}
    Published:{{$event->published ? 'Yes' : 'No'}}
    Group: @if($event->group) {{$event->group->name}} @else No Group Defined @endif
    Host Meeting: @if($event->area_meeting)
    Name:
    {{$event->area_meeting->name}}
    Location:
    {{$event->area_meeting->location}}
    Address:
    {{$event->area_meeting->address}}
    Region:
    {{$event->area_meeting->region}}
    Slug:
    {{$event->area_meeting->slug}}
    Link (on sfvaa.org):
    @else No Area Meeting Defined @endif
    Created_at:{{$event->created_at}}
    Updated_at:{{$event->updated_at}}
    People: {{-- --}} @foreach($event->event_user as $eu) @endforeach {{-- --}}
    Role Name Email PhoneConfirm/Unconfirm
    Check to send email
    Actions
    {{$eu->event_role->name}} @if($eu->user) {{$eu->user->full_name}} @endif @if($eu->user) {{ $eu->user->email }} @endif @if($eu->user) {{ localize_us_number($eu->user->phone) }} @endif {!!Form::open(['route' => ['admin.event_user.confirmation-toggle', ['event_user' => $eu->id]], 'method' => 'get'])!!} {{Form::checkbox('sendconfirmationemail', 1, false)}} @if(!$eu->user) Available @elseif(!$eu->confirmed_at) @else @endif {!!Form::close()!!} Select to send email {!!Form::open(['route' => ['admin.event_user.destroy', ['event_user' => $eu->id]], 'method' => 'DELETE', 'x-data'])!!} {!!Form::close()!!}   Edit
     
    AddAdd