@extends('includes.main') @section('main-container') {{--
{{ session()->get('message') }}
| Debit | Credit | Remain | Total Remain | Detail | Action |
|---|---|---|---|---|---|
| {{ $transection->debit }} | {{ $transection->credit }} | {{ $transection->debit - $transection->credit }} | {{ $transection->total_remain }} | {{ $transection->detail }} |
@if (!$transection->invoice_id)
{!! btnDelete('customer-transection.destroy', 'customer_transections', $transection->id) !!}
{!! btnEdit('customer-transection.edit', 'customer-transection.update', $transection->id) !!}
@endif
|
| No record found. | |||||