Student

{{isset($venue->title) ? ucwords($venue->title) : ''}}

Name : {{isset($user->name) ? ucwords($user->name) : ''}}

CNIC : {{isset($user->eligible->cnic) ? ucwords($user->eligible->cnic) : ''}}

Contact : {{isset($user->contact_no) ? ucwords($user->contact_no) : ''}}

{{isset($venue->description) ? $venue->description : ''}}

{{isset($venue->event_date) ? date('d', strtotime($venue->event_date)) : ''}}

{{isset($venue->event_date) ? date('F', strtotime($venue->event_date)) : ''}}

Time : {{isset($venue->start_time) ? date('h:i A', strtotime($venue->start_time)) : ''}}

Registration # : {{isset($user->reg_no) ? ucwords($user->reg_no) : ''}}

@if(isset($user->seat_no)) Seat : {{isset($user->seat_no) ? ucwords($user->seat_no) : ''}} @endif

{{isset($venue->location) ? ucwords($venue->location) : ''}}

{{isset($user->pass_id) ? $user->pass_id : ''}}

{{--{{die}}--}}