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

এড কার্ট

নং এরিয়া ঠিকানা মহাজনের নাম মহাজনের মালিক পেমেন্টের মাধ্যম ব্যাংক তথ্য চেকের পাতার নাম্বার মারফত টাকা
@endsection