{{-- Excel table title format start --}}
{{ config('settings.company_name') }} | ||
{{ config('settings.address_1') }} |
{{ $extra['branch'] ? $extra['branch']->name : 'All Projects' }} | {{ $heading }} | @if ($search_by['from'] && $search_by['to']) {{__('lang.from')}}: {{ $transaction->date_format($search_by['from']) }} {{__('lang.to')}}: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' . $transaction->date_format(now()) }} @endif |
---|
{{__('lang.sno')}} | {{__('lang.particulars')}} | {{__('lang.ratio')}} | {{__('lang.capital')}} | {{__('lang.profit')}} | {{__('lang.profit_ratio')}} | {{$total_share}} % {{__('lang.working_share')}} | {{__('lang.actual_profit_share')}} | {{__('lang.profit')}} |
---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $unofficial_company_investor_data['investor_name'] ?? "-" }} | {{ $transaction->convert_money_format($share_in_percentage ?? "-") }}% | {{ $transaction->convert_money_format($capital_amount ?? "-") }} | {{ $transaction->convert_money_format($profit_rounded ?? "-") }} | {{ $profit_ratio_rounded }}% | {{ $transaction->convert_money_format($working_share_rounded ?? "-") }} | {{ $transaction->convert_money_format($actual_profit_share ?? "-") }} | {{ $profit_percentage_rounded }}% |
{{__('lang.total')}} | {{$total_ratio}}% | {{$transaction->convert_money_format($total_capital_amount)}} | {{$transaction->convert_money_format($total_profit)}} | {{$transaction->convert_money_format($total_working_share)}} | {{$transaction->convert_money_format($total_actual_profit_share)}} |