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

Statement of Account

 / Home / 

Statement of Account

{{--
--}}
@csrf
@foreach($list_soa as $data) @endforeach
SOA No. Inclusive Dates Particulars Total Amount Due Action
{{ $data->soa_no }} {{ date('M j, Y',strtotime($data->date_from)) }} - {{ date('M j, Y',strtotime($data->date_to)) }} {{ $data->particulars }} {{ number_format($data->total_due,2,".",",") }} Print SOA
@endsection @extends('layouts.footer')