@extends('layouts.app') @section('title', 'Fingerprint Report') @section('content')
| Date | Passport | Passenger | Location | Office | Status |
|---|---|---|---|---|---|
| {{ $date ?? '2024-01-01' }} | {{ $passport ?? 'AB1234567' }} | {{ $passenger ?? 'John Doe' }} | {{ $location ?? 'Dhaka' }} | {{ $office ?? 'Office 1' }} | {{ $status ?? 'Pending' }} |