@extends('includes.main') @section('main-container')
{{ session()->get('message') }}
{{ session()->get('message') }}
| Debit | Credit | Remain | Total Remain | Date | Detail | Action |
|---|---|---|---|---|---|---|
| {{ $transection->debit }} | {{ $transection->credit }} | {{ $transection->debit - $transection->credit }} | {{ $transection->total_remain }} | {{ $transection->date }} | {{ $transection->detail }} |
@if (!$transection->invoice_id)
{!! btnDelete($deleteRoute, $table, $transection->id) !!}
{{-- |
| No record found. | ||||||