@extends('master.authMaster')
@section('content')
Project Cost calculation
@if (!empty($project))
@else
No Active project available.
@endif
@endsection
@section('scripts')
@endsection
{{-- Total Cost: ₹${totalCost.toLocaleString()}
Gross Profit: ₹${grossProfit.toLocaleString()}
Net Profit: ₹${netProfit.toLocaleString()}
Taxation (15%): ₹${taxation.toLocaleString()}
Profit After Tax: ₹${profitAfterTax.toLocaleString()}
Dividend (50%): ₹${dividend.toLocaleString()}
Retained Profit: ₹${retainedProfit.toLocaleString()}
--}}