@extends('layouts.backend.app') @section('title','Admin | Visitors') @push('css') @endpush @section('content')
| SL | Image | Visitor Card | Name | Organization | Phone | In Date | In Time | Out | To Whom | Reson | Action |
|---|---|---|---|---|---|---|---|---|---|---|---|
| SL | Image | Visitor Card | Name | Organization | Phone | In | Out | To Whom | Reson | Action | |
| {{ $key + 1 }} | |
{{ $data->visitor_card_id }} | {{ $data->name }} | {{ $data->organization }} | {{ $data->phone }} | {{ date('d-m-Y', strtotime($data->in_time) )}} | {{ date('h:i a', strtotime($data->in_time) )}} | {!! $data->out_time ? date('d-m-Y h:i a', strtotime($data->out_time)) : "Pending Checkout" !!} | {{ $data->employee->name }} | {{ $data->reason }} | visibility View @if($data->checkout != 1) @endif |