@extends('public::form.header') @section('content')

Visitor Management System

@php $division_id = app('request')->input('division_id'); @endphp
Visitor Details
Name {{ $visitorNames }}
Visit date {{ format_date($passRequest->visit_date) }}
Department: {{ $passRequest->visitingDepartment->name }}
Host Name: {{ $passRequest->employee->name }}
QR Code
{!! QrCode::size(200)->generate($passRequest->id) !!}
PR - {{ $passRequest->id}}
Please show this QR code to the security
@stop