@extends('layouts.app') @section('content')
| Ref. No. | Date | Customer | Branch | Total Amount | Action | |
|---|---|---|---|---|---|---|
| {{ $so->reference_no }}
@if($so->is_converted == 1) Converted @endif |
{{ $so->invoice_date->format(app_date_format()) }} | {{ $so->customer->customer_name ?? '' }} | {{ $so->branch->branch_name }} | {{ number_format($so->grand_total,2) }} | ||
| @lang('general.no_details_found') | ||||||