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

View Details

Bill

{{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