@extends('coaching.layout.master') @section('content')

Payout Request Details

Payout Request Bill @if($coachingPayoutRequest['request_status'] == 1)

Under Process

@elseif($coachingPayoutRequest['request_status'] == 2)

Pending

@else

Rejected

@endif

{{csrf_field()}}
@if($organization)

{{$organization['beneficiary_organization_name']}}

@endif

Details

Sub Total
{{$actualTotal}}

Taxes

Tax to be collected

{{$taxValue}}

Revenue To Company (Admisure)

Total Earning

{{$actualTotal-$taxValue}} INR

@endsection @section('scripts') @endsection