@extends('master.authMaster') @section('content')

Project Cost calculation

@if (!empty($project))
@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()}
--}}