@extends('portal.layout') @section('content')
Your protected identity details can only be changed through a reviewed correction request.
@if(session('status')){{ $member->membership_identity_number }}
Status: {{ strtoupper($member->status) }}
Card status: {{ $card?->status ?? 'NOT ISSUED' }}
Issued: {{ $card?->issued_at?->toDateString() ?? '—' }}
Expires: {{ $card?->expires_at?->toDateString() ?? '—' }}
QR verification URL
@endif| Position | {{ $member->position?->name ?? '—' }} |
|---|---|
| State | {{ $member->state?->name }} |
| Region | {{ $member->region?->name }} |
| Category | {{ $member->category?->name }} |
Download {{ $document->type }}
@emptyNo documents are available for download.
@endforelse{{ data_get($notification->data,'message','Notification') }}
@emptyNo notifications.
@endforelse