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

Invoice Details

Bill

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

{{$organization['beneficiary_organization_name']}}

@endif

Details

Sub Total
{{$actualTotal}}

Taxes

GST to be collected

{{$taxValue}}

Revenue To Company (Admisure)

Total Earning

{{$actualTotal-$taxValue}} INR

@endsection @section('scripts') @endsection