@extends('purchase_payments.layout') @section('purchasePayments.content')
Purchase | Payment Method | Amount | Balance | Actions |
---|---|---|---|---|
{{$purchasePayment?->purchase?->item?->name ?: "(blank)"}} | {{$purchasePayment?->payment_method?->name ?: "(blank)"}} | {{ $purchasePayment->amount ?: "(blank)" }} | {{ $purchasePayment->balance ?: "0" }} |
@if($purchasePayment->trashed())
@else
{{-- @lang('Show')
|