@extends('admin.layout.app') @section('title', 'Show Participant') @section('header')

Home - Participant Management

@endsection @section('content')
{{ __('Show') }} Participant
Name: {{ $participant->name }}
CNIC: {{ $participant->cnic }}
Gender: {{ $participant->gender }}
Mobile Number: {{ $participant->mobile_number }}
City: {{ $participant->city->name }}
Coupon Code: {{ $participant->coupon->code }}
Address: {{ $participant->address }}
@endsection