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

পন্য ফেরত

@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('quantity')) {{ $errors->first('quantity') }} @endif
@if($errors->has('weight')) {{ $errors->first('weight') }} @endif
@if($errors->has('entry_date')) {{ $errors->first('entry_date') }} @endif

ফেরত হিস্টোরি

নং ইউজার গ্রহন ইনভয়েস গুদামের নাম পন্যের নাম পন্যের ধরন গ্রহণ সংখ্যা ফেরত সংখ্যা ফেরত ওজন তারিখ
@endsection