@extends('user.layout.master') @section('body')
@csrf @method('PUT')

পন্য বিক্রয় এডমিন

@if($errors->has('ponno_setup_id')) {{ $errors->first('ponno_setup_id') }} @endif
@if($errors->has('ponno_type_setup_id')) {{ $errors->first('ponno_type_setup_id') }} @endif
@if($errors->has('purchase_id')) {{ $errors->first('purchase_id') }} @endif
@if($errors->has('stock_id')) {{ $errors->first('stock_id') }} @endif
@if($errors->has('sales_qty')) {{ $errors->first('sales_qty') }} @endif
@if($errors->has('sales_weight')) {{ $errors->first('sales_weight') }} @endif
@if($errors->has('sales_rate')) {{ $errors->first('sales_rate') }} @endif
@if($errors->has('labour')) {{ $errors->first('labour') }} @endif
@if($errors->has('other')) {{ $errors->first('other') }} @endif
@if(isset($data))
@endif

@csrf @if($errors->has('sales_type')) {{ $errors->first('sales_type') }} @endif
@if($errors->has('cash_kreta_address')) {{ $errors->first('cash_kreta_address') }} @endif
@if($errors->has('cash_kreta_name')) {{ $errors->first('cash_kreta_name') }} @endif
@if($errors->has('cash_kreta_mobile')) {{ $errors->first('cash_kreta_mobile') }} @endif
@if($errors->has('area')) {{ $errors->first('area') }} @endif
@if($errors->has('address')) {{ $errors->first('address') }} @endif
@if($errors->has('kreta_setup_id')) {{ $errors->first('kreta_setup_id') }} @endif
@if($errors->has('discount')) {{ $errors->first('discount') }} @endif
@if($errors->has('marfot_id')) {{ $errors->first('marfot_id') }} @endif
@if($errors->has('entry_date')) {{ $errors->first('entry_date') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
@if(isset($sales_info))
@endif

এড কার্ট

@php $count = 1; $total_sale = 0; $total_sale_qty = 0; $total_sale_weight = 0; $total_kreta_commission = 0; $labour = 0; $other = 0; $countRow = count($sales_entry); $total = 0; @endphp @if($countRow > 0) @foreach($sales_entry as $s) @php $total_sale += $s->sales_weight * $s->sales_rate; $total_sale_qty += $s->sales_qty; $total_sale_weight += $s->sales_weight; $total_kreta_commission += $s->kreta_commission; $labour += $s->labour; $other += $s->other; @endphp {{-- --}} @php $total += $s->sales_weight * $s->sales_rate + $s->labour + $s->other + $s->kreta_commission; @endphp @endforeach @else @endif
নং ইনভোয়েস এরিয়া / ঠিকানা মহাজনের নাম মহাজনের মালিক পন্যের নাম পন্যের ধরন মার্কা গ্রহন সংখ্যা বিক্রয় সংখ্যা ওজন দর মোট টাকা একশন
{{$count++}} {{$s->ponno_purchase_entry->id}} {{$s->ponno_purchase_entry->mohajon_setup->area}}/{{$s->ponno_purchase_entry->mohajon_setup->address}} {{$s->ponno_purchase_entry->mohajon_setup->name}} {{$s->ponno_purchase_entry->mohajon_owner_setup?->name}} {{$s->ponno_purchase_entry->ponno_setup->ponno_name}} {{$s->ponno_purchase_entry->ponno_type_setup?->ponno_type}}{{$s->ponno_purchase_entry->ponno_size_setup?->ponno_size}}{{$s->ponno_purchase_entry->ponno_marka_setup->ponno_marka}} {{$s->ponno_purchase_entry->quantity}} {{$s->sales_qty}} {{$s->sales_weight}} {{$s->sales_rate}} {{$s->sales_weight * $s->sales_rate + $s->labour + $s->other + $s->kreta_commission}}
ইডিট
@csrf @method('DELETE')
মোট টাকা : {{$total}}
রেকর্ড পাওয়া যায়নি
@endsection