@extends('layouts/default') @section('title') Settlements List @stop @section('content')

All Settlements

@if(!empty($settlementData)) @foreach($settlementData as $key=>$value) @endforeach @else @endif
Date Gateway Total Currency Tax Type Action
{{ $value['invoice_date'] }} {{ $value['gateway'] }} {{ $value['settlement_amount'] }} {{ $value['currency'] }} {{ $value['tax_type'] }} Review
No Data Found.
@stop @section('more_scripts') @stop