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

Transaction Table

@foreach ($taxreport as $item) @endforeach
User ID Amount Balance Before Tax Tax Amount Taxable Amount Tax Percentage Balance After Tax Status Type
{{$loop->iteration}} {{ $item->amount }} {{ $item->balance_before_tax }} {{ $item->tax_amount }} {{ $item->taxable_amount }} {{ $item->tax_percentage }} {{ $item->balance_after_tax }} Completed Credit
@endsection