@extends('layouts.app') @section('content')
| # | Consg. No. | Partner Name | Org. Pincode | Dest. Pincode | Subscription | B Type | B Date | Status | Weight (g) |
|---|---|---|---|---|---|---|---|---|---|
| No Records Found | |||||||||
| {{ $index++ }} | {{ $booking->consg_number }} | {{ $booking->BookingFranchisee ?? '' }} | {{ $booking->pincode->pincode ?? '' }} | {{ $booking->delivery->dest_pincode ?? '' }} | {{ $booking->subs_name ?? '' }} | {{ $booking->batch_id ? 'Bulk': 'Single' }} | {{ date('d-m-Y H:i', strtotime($booking->created_at)) }} | {{ $booking->status }} | {{ $booking->weight }} |