@extends('apps.frontend.layouts.app') @section('title', 'Delegate Verification - Zipa Summit') @section('styles') @endsection @section('content')

Official Verification

Delegate Confirmed

@if($user->passport_photo) {{ $user->fullname }} @else No Photo @endif

{{ $user->fullname }}

{{ $user->jobtitle }}

Organization

{{ $user->organization }}

@if(isset($user->country))
Country

{{ $user->country }}

@endif
Status
Active
Category

{{ strtoupper($user->participant_type) }}

@endsection