@extends('layouts.dashboard') @section('title', $pageTitle ?? 'Parties') @section('page_header')
| S.No | Name | Company | Party Type | Opening Balance | Balance Type | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ ++$key }} | {{ $party->name }} | {{ $party->company?->name ?? '—' }} | {{ $party->party_type }} | {{ number_format((float) $party->opening_balance, 2) }} | {{ ucfirst($party->balance_type) }} |