@extends('layouts.app') @section('content')
Total outstading report on {{date('d-m-Y')}} Download
@foreach ($response['outstading'] as $item) @endforeach
Party Name Total Outstading
{{$item->name}} {{($item->balance+$item->opening_balance)}}
@endsection @section('script') @endsection