@extends('vendor.layout') @section('title','Finance') @section('heading','Settlements & payouts') @section('content')

Authoritative settlements, payout accounts and wallet activity.

Open finance report
Available to requestINR {{ number_format($available,2) }}
Verified payout accounts{{ $accounts->where('status','verified')->count() }}
@include('finance._workspace') @endsection