@extends('includes.main') @section('main-container') {{--
--}}

Transections ( {{ $customer->name }} )

{{-- {!! QrCode::size(250)->generate('HDTuto.com'); !!} --}}
@if (session()->has('type')) @endif @if ($errors->any()) @endif
Transections ( {{ $customer->name }} )
@forelse ($customerTransections['reverseTransectionArray'] as $transection) @empty @endforelse
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.
{{-- Modal --}} @endsection