@extends('layouts.backend.app') @section('title', 'Admin | Visitors | Show') @push('css') @endpush @section('content')
| Visitor Name | {{ $visitor->name }} | Factory Name | {{ $visitor->factory_name }} | ||||
|---|---|---|---|---|---|---|---|
| Phone | {{ $visitor->phone }} | {{ $visitor->email }} | |||||
| Whom to Meet | {{ $visitor->employee->name }} | Department | {{ $visitor->employee->department->name }} | ||||
| Address | {{ $visitor->address }} | Reason | {{ $visitor->reason }} | ||||
| Vistor Entring Time | {{ $visitor->in_time }} | Out Time | {{ $visitor->out_time }} | ||||
| Outing Remark | {{ $visitor->checkout == 1 ? 'Out' : 'Not' }} | ||||||
| SL | Card No | Guest Name | Organization | Phone | Address | |
|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $guest->visitor_card_id }} | {{ $guest->name }} | {{ $guest->organization }} | {{ $guest->phone }} | {{ $guest->email }} | {{ $guest->address }} |