@extends('layouts.app') @section('content')
| # | Customer | Unit | Total | Token | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $b->booking_number }} | {{ $b->customer?->name }} | {{ $b->unit?->unit_number }} | {{ number_format($b->total_price, 2) }} | {{ number_format($b->token_amount, 2) }} | {{ str_replace('_',' ', $b->status) }} | View Installments |