@extends('layouts.layout-horizontal') @section('title', 'Proforma Invoices') @section('css') @include('partials._index-table-styles') @endsection @section('content')
| Party | Proforma No | Status | Grand Total | Actions |
|---|---|---|---|---|
|
{{ $dateLabel }} ({{ $dateProformas->count() }})
₹{{ indian_number($dayTotal, 2) }}
|
||||
|
{{ $initial }}
{{ $pi->party?->name ?? '—' }}
|
{{ $pi->proforma_no }} | @if($pi->status === 'converted') Converted @else Open @endif | ₹{{ indian_number($pi->grand_total, 2) }} | |
| @include('partials._empty-state', [ 'icon' => 'ph-receipt', 'title' => 'No proforma invoices yet', 'subtitle' => 'Create your first proforma invoice.', 'action' => route('proforma-invoices.create'), 'actionLabel' => 'Create Proforma', ]) | ||||
| {{ $proformas->count() }} proformas | ₹{{ indian_number($proformas->sum('grand_total'), 2) }} | |||