@extends('layouts.guest') @section('page-title', $appendix_number ) @section('sticky-navbar')
@stop @section('content'){{ trans('crm.estimate_data_date') }} {{ local_date_format($appendix->date) }}
@if(!empty($appendix->expirydate)){{ trans('crm.estimate_data_expiry_date') }} {{ local_date_format($appendix->expirydate) }}
@endif @if(!empty($appendix->reference_no))@lang('crm.reference_no'): {!! $appendix->reference_no !!}
@endif @if($appendix->sale_agent != 0 && get_option('show_sale_agent_on_estimates') == 1)@lang('crm.sale_agent_string'): {!! get_staff_full_name($appendix->sale_agent) !!}
@endif# | Item | Qty | Rate | Amount |
---|---|---|---|---|
1 | {{ $item->description }} | {{ $item->qty }} | {{ $item->rate }} | {{ $item->qty * $item->rate }} |
{{ trans('crm.estimate_subtotal') }} | {{ app_format_money($appendix->subtotal, $appendix->currency) }} |
{{ trans('crm.estimate_total') }} | {{ app_format_money($appendix->total, $appendix->currency) }} |
@foreach($appendix['profit']['profit_per_month'] as $pf) | {{ $pf['month'] }} | @endforeach
---|---|
Balance | @foreach($appendix['profit']['profit_per_month'] as $pf){{ $pf['total'] }} @if($pf['blocked']) {{ $pf['blocked'] }} @endif | @endforeach
Profit % | @foreach($appendix['profit']['profit_per_month'] as $pf){{ $pf['profit'] }}% | @endforeach
Gross Profit | {{ $appendix['profit']['profit_gross'] }} |
Net Profit | {{ $appendix['profit']['profit_net'] }} |
CBC Profit | {{ $appendix['profit']['profit_cbc'] }} |
Total Balance | {{ $appendix['profit']['profit_total'] }} |
Blocked amount | {{ $appendix['profit']['profit_blocked'] }} |