@extends('layouts.app') @section('content')
| # | Invoice No | Date | Booking No | Customer | Phone | Total | Paid |
|---|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $item->invoice_no??'' }} | {{ $item->date??'' }} | {{ $item->booking_no??'' }} | {{ $item->customer_name??'' }} | {{ $item->customer_phone??'' }} | {{ $item->total??'' }} | {{ $item->paid??'' }} |