@extends('layouts.master') @section('content')
| Id | Name | Pass ID | Mobile Number | Date | In Time | Out Time | Oragnization |
|---|---|---|---|---|---|---|---|
| {{$id}} | {{$visitor->name}} | {{$visitor->pass_id}} | {{$visitor->mobile}} | {{ substr($visitor->entry_datetime, 0, 10) }} | {{$visitor->entry_datetime}} | {{$visitor->exit_datetime}} | {{$visitor->organization}} |