@extends('admin.layout.master') @section('title','SELL') @section('custom_style') @endsection @section ('content')
| # | Inv. No | Invoice Date | Party Name | By | Inv Amount | Status | {{--ACTION | --}}
|---|---|---|---|---|---|---|---|
| {{ $i+1 }} | {{ $inv->invoice_no }} | {{ date('d-m-Y H:i A', strtotime($inv->date)) }} | {{ $inv->party?$inv->party->name_eng:'' }} | {{ $inv->createdBy?$inv->createdBy->name:'' }} | {{ $inv->net_total }} | {{ $inv->status == 1 ? 'Active' : 'Pending' }} |