@extends('layouts.dashboard') @section('title', $pageTitle) @section('page_header')
@endsection @section('page_content') @if (session('status'))| S.No | Sale No | Party | Warehouse | Date | Amount | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $sale->transaction_no }} | {{ $sale->party?->name ?? '-' }} | {{ $sale->warehouse?->name ?? '-' }} | {{ $sale->date?->format('Y-m-d') ?? '-' }} | {{ number_format((float) $sale->amount, 2) }} | {{ ucfirst($sale->status) }} |