@extends('adminlte::page') @section('title', __('global.Patient').' '.__('global.Pass')) @section('content_header')

@lang('global.Patient') @lang('global.Pass')

@endsection @section('content')
@if($checkup->dcc_type_id === 1) @lang('global.Pass Sanitaire Interoperable') @elseif ($checkup->dcc_type_id === 2) @lang('global.Pass Vaccinal Interoperable') @elseif ($checkup->dcc_type_id === 3) @lang('global.Pass Recovery interoperable') @endif - {{ $patient->registreid}}
@if($patient->qrcode) @else
@lang('global.Qrcode is not generated for some reasons')
@endif
@endsection