{{ __('partnership::partner.share_holders') }}
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('item.details') }}
  • {{ __('item.item') }}: {{ $item->name }}
  • {{ __('item.code') }}: {{ $item->item_code }}
  • {{ __('item.avg_purchase_price') }}: {{ $formatNumber->formatWithPrecision($item->avg_purchase_price, comma:true) }} /{{ $item->baseUnit->name }}
  • {{ __('item.avg_sale_price') }}: {{ $formatNumber->formatWithPrecision($item->avg_sale_price, comma:true) }} /{{ $item->baseUnit->name }}
  • @if(app('company')['tax_type'] !== 'no-tax')
  • {{ __('tax.tax') }}: {{ $item->tax->name. '('. $item->tax->rate .')' }}
  • @endif
  • {{ __('item.stock_quantity') }}: {{ $formatNumber->formatQuantity($item->current_stock) }} /{{ $item->baseUnit->name }}
{{ __('partnership::partner.active_partners_and_share_details') }}
@if($contractItems->count() > 0) @foreach($contractItems as $contractItem) @endforeach @else @endif
{{ __('partnership::partner.partner') }} {{ __('partnership::contract.share_type') }} {{ __('partnership::contract.share_value') }} {{ __('partnership::contract.effective_from') }} {{ __('partnership::contract.effective_to') }} {{ __('app.status') }}
{{ $contractItem->partner->getFullName() }} {{ ucfirst($contractItem->share_type) }} @if($contractItem->share_type === 'percentage') (%) @else ($) @endif {{ $formatNumber->formatWithPrecision($contractItem->share_value, comma:true) }} {{ $contractItem->formatted_effective_from }} {{ $contractItem->formatted_effective_to }} @if($contractItem->is_active) {{ __('app.active') }} @else {{ __('app.inactive') }} @endif
{{ __("app.no_records_found") }}