@extends('layouts.app') @section('title','Partners') @section('content') @include('partners::layouts.nav')

Companies Financial Estimate

@component('components.widget', ['class' => 'box-primary', 'title' =>'']) @can('assets.create') @slot('tool')
@component('components.widget', ['class' => 'box-solid'])
@lang('report.closing_stock') (@lang('lang_v1.by_purchase_price')) @lang('report.closing_stock') (@lang('lang_v1.by_sale_price')) @lang('lang_v1.potential_profit') @lang('lang_v1.profit_margin')

{{ number_format($closing_stock_by_pp,2)}}

{{ number_format($closing_stock_by_sp,2)}}

{{ number_format($potential_profit,2)}}

{{ number_format($profit_margin,2)}}

@endcomponent {{-- @component('components.widget', ['class' => 'box-solid'])
Total Purchases Total Purchase Return Total Payments Total Returns

{{ number_format($total_purchase,2)}}

{{ number_format($purchase_return,2)}}

{{ number_format($purchase_paid,2)}}

{{ number_format($purchase_return_paid,2)}}

@endcomponent @component('components.widget', ['class' => 'box-solid'])
Total Sales Total Sale Return Total Payments Total Returns

{{ number_format($total_invoice,2)}}

{{ number_format($total_sell_return,2)}}

{{ number_format($invoice_received,2)}}

{{ number_format($invoice_received,2)}}

@endcomponent--}} @component('components.widget', ['class' => 'box-solid'])
Fixed Assets Customer Dues Supplier Dues

{{ number_format($partnerassets,2)}}

{{ number_format($customer,2)}}

{{ number_format($supplier,2)}}

@endcomponent @component('components.widget', ['class' => 'box-solid'])
Total Purchase Price: Total Sell Price: Number of Shares

{{ number_format($closing_stock_by_pp+$partnerassets+$customer-$supplier,2)}}

{{ number_format($closing_stock_by_sp+$partnerassets+$customer-$supplier,2)}}

{{ number_format($totalshare,2)}}

@endcomponent @if($totalshare>0) @component('components.widget', ['class' => 'box-solid'])
Share Price at Purchase Price: Share Price at Selling Price:

{{ number_format(($closing_stock_by_pp+$partnerassets+$customer-$supplier)/$totalshare,2)}}

{{ number_format(($closing_stock_by_sp+$partnerassets+$customer-$supplier)/$totalshare,2)}}

@endcomponent @endif
@endslot @endcan @can('assets.view') @endcan @endcomponent
@endsection