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