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

পন্য গ্রহণ এডমিন

@if($errors->has('purchase_type')) {{ $errors->first('purchase_type') }} @endif
@if($errors->has('area')) {{ $errors->first('area') }} @endif
@if($errors->has('address')) {{ $errors->first('address') }} @endif
@if($errors->has('mohajon_setup_id')) {{ $errors->first('mohajon_setup_id') }} @endif
@if($errors->has('mohajon_owner_setup_id')) {{ $errors->first('mohajon_owner_setup_id') }} @endif
@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('size_id')) {{ $errors->first('size_id') }} @endif
--}}
@if($errors->has('marka_id')) {{ $errors->first('marka_id') }} @endif
@if($errors->has('gari_no')) {{ $errors->first('gari_no') }} @endif
@if($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if($errors->has('weight')) {{ $errors->first('weight') }} @endif
@if($errors->has('rate')) {{ $errors->first('rate') }} @endif
@if($errors->has('labour_cost')) {{ $errors->first('labour_cost') }} @endif
@if($errors->has('other_cost')) {{ $errors->first('other_cost') }} @endif
@if($errors->has('truck_cost')) {{ $errors->first('truck_cost') }} @endif
@if($errors->has('van_cost')) {{ $errors->first('van_cost') }} @endif
@if($errors->has('tohori_cost')) {{ $errors->first('tohori_cost') }} @endif
@if($errors->has('entry_date')) {{ $errors->first('entry_date') }} @endif
@if(isset($data))
@foreach ($data->stock as $v)
@endforeach

@foreach ($data->stock as $v)
@endforeach
@endif @if(isset($data))
@endif

এড কার্ট

নং ইনভোয়েস মহাজন ইনফরমেশন মহাজনের মালিক গ্রহনের ধরণ পন্যের নাম পন্যের ধরন মার্কা লট/সংখ্যা ওজন দর মোট খরচ মোট টাকা তারিখ একশন
@endsection