@extends('layouts.app') @section('content')

SOA

Debit

₱{{number_format($totals->total_debit,2)}}

Credit

₱{{number_format($totals->total_credit,2)}}

Showing
entries
Request Transaction History
@if($soa_query->count()>0)
Showing {{ $soa_query->count() }} entries
@endif
@csrf @honeypot
@endsection @section('page_script') @parent @endsection