Today's Visitors
643
@extends('layouts.backend.app') @section('title', 'Admin | Dashboard') @push('css') @endpush @section('content')
| SL | Image | Visitor Card | Name | Organization | Phone | In Date | In Time | Out | Whom | 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 }} | visibility View @if ($data->checkout != 1) @endif |