@extends('layouts.app') @section('content') @section('css') @endsection
| # | Date | Name | Person | Mobile | Status | |
|---|---|---|---|---|---|---|
| {{ $i++ }} |
{{ $row->booking_date }}
{{ $row->booking_time }}
|
@if($row->customer_id != '') {{ucwords($row->name)}} @else {{ucwords($row->name)}} @endif | {{ $row->person }} | {{ $row->email }} | {{ $row->mobile }} | @if($row->verify_booking == 1) Verified @else Unverified @endif |