@extends('includes.main') @section('main-container')
{{ session()->get('message') }}
| Name | Phone | Vehicle | Product | Quantity | Total | Paid Amount | Remain | Action |
|---|---|---|---|---|---|---|---|---|
| {{ $invoice->name }} | {{ $invoice->phone }} | {{ $invoice->vehicle_number }} | {{ $invoice->title }} | {{ $invoice->quantity }} | {{ $invoice->sale_price * $invoice->quantity }} | {{ $invoice->credit }} | {{ $invoice->sale_price * $invoice->quantity - $invoice->credit }} | |
| No record found. | ||||||||