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

মহাজনের কৈফিয়ত খরচ

@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('purchase_id')) {{ $errors->first('purchase_id') }} @endif
@if($errors->has('marfot')) {{ $errors->first('marfot') }} @endif
@if($errors->has('taka')) {{ $errors->first('taka') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif

এড কার্ট

নং এরিয়া ঠিকানা মহাজনের নাম মহাজনের মালিক পন্য গ্রহন ইনভোয়েস বিবরন মারফত টাকা
@endsection