{{ config('settings.company_name')}} | ||||||
{{ config('settings.address_1') }} |
{{$heading}} | ||||||
@if($search_by['from'] && $search_by['to']) From: {{ $transaction->date_format($search_by['from']) }} To: {{ $transaction->date_format($search_by['to']) }} @else {{ 'Upto ' .$transaction->date_format(now()) }} @endif |
{{ ucwords($branch_name) }} |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{__('lang.serial_no')}} | {{__('lang.registration_no')}} | {{__('lang.previous_customer')}} | {{__('lang.current_customer')}} | {{__('lang.project')}} | {{__('lang.product')}} | {{__('lang.additional_charges')}} | {{__('lang.discount')}} {{$transaction->systemSettingCurrency()}} | {{__('lang.net_amount')}} {{$transaction->systemSettingCurrency()}} | {{__('lang.paid_amount')}} {{$transaction->systemSettingCurrency()}} | {{__('lang.due_amount')}} {{$transaction->systemSettingCurrency()}} | {{__('lang.created_date')}} | {{__('lang.created_by')}} |
{{ $counter++ }} | {{ $info->sell->registration_no }} | {{ $info->old_customer->name}} | {{ $info->new_customer->name}} | {{ $info->sell->branch->name}} | {{ $info->sell->product_id}} | {{ $info->sell->additional_charges }} | {{ $info->sell->discount_amount }} | {{ $transaction->convert_money_format($info->sell->net_amount)}} | {{ ( count((array) $info->sell->ActualReceivedItem) > 0 ? $transaction->convert_money_format($info->sell->ActualReceivedItem->sum('received_amount')) : 0 ) }} | {{ $transaction->convert_money_format($info->new_sell->net_amount - $sum) }} | {{ $transaction->date_format($info->created_at)}} | {{ App\Models\User::where('email',trim($info->new_sell->created_by))->first()->name }} |