@php $messages = [ 'not_yet_start' => "

The {$name} has not yet started the entry {$gate_type}.

", 'approved' => "

{$name} is already at the {$gate_type}

", 'in_progress' => "

{$name} is already at the {$gate_type}

", 'expired' => '

The QR code has expired, please request a new one.

', 'need_review' => "

Verification Successful!

Welcome {$name}! You have successfully passed the entry {$gate_type}.

", 'scheduled' => "

Verification Successful!

Welcome {$name}! You have successfully passed the entry {$gate_type}.

", ]; @endphp {!! $messages[$status] ?? '' !!}