@extends('layouts.guest') @section('title', 'Nomadic Studios') @section('content')
@if(!empty($data->profile_pic)) @else @endif
Name Email Invitation Type Invited By
{{ucfirst($data->fname)}} {{ucfirst($data->lname)}} {{$data->email}} {{ucfirst($data->invitation_type)}} {{$data->host->fname}} {{$data->host->lname}}
Status Event Name Date Price
@if (Auth::guest()) Login @else @if($data->status==0) @elseif($data->status==1) Checked In @elseif($data->status==2) Cancelled @elseif($data->status==3) Paid @endif @endif {{$event->event_title}} {{($event->event_date)}} {{($event->event_time)}} {{$event->ticket_price}} Points
@endsection