@extends('layouts.app') @section('title','Parties') @section('page_title','Parties') @section('content')
One legal entity can carry separate customer and vendor roles and ledgers.
| Party | Roles | TRN | Contact | Credit Terms | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $party->legal_name }}@if($party->trade_name) {{ $party->trade_name }} @endif | @foreach($party->roles as $role){{ ucwords(str_replace('_',' ',$role->role->value ?? $role->role)) }} @endforeach | {{ $party->trn ?: '—' }} | {{ $party->phone ?: '—' }} {{ $party->email }} | {{ number_format((float)$party->credit_limit,2) }} / {{ $party->credit_period_days }} days | {{ $party->is_active?'Active':'Inactive' }} | |
| No parties found. | ||||||