@extends('layouts.app') @section('auth-content')
| # | Consg. No. | {{--Cust. Id | --}} {{--Org. Pincode | --}}Dest. Pincode | Subscription | {{--B Type | --}}Status | {{--B Date | --}} {{--Operations | --}}
|---|---|---|---|---|---|---|---|---|---|
| {{ $index++ }} | {{ $booking->consg_number }} | {{--{{ $booking->customer->code ?? '' }} | --}} {{--{{ $booking->pincode->pincode ?? '' }} | --}}{{ $booking->delivery->dest_pincode ?? '' }} | {{ $booking->subs_name ?? '' }} | {{--{{ $booking->batch_id ? 'Bulk': 'Single' }} | --}}{{ $booking->status }} | {{--{{ date('d-m-Y H:i', strtotime($booking->created_at)) }} | --}} {{----}} |