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

অন্যান্য জমা খরচ সেটাপ

@if($errors->has('name')) {{ $errors->first('name') }} @endif
@if($errors->has('address')) {{ $errors->first('address') }} @endif
@if($errors->has('mobile')) {{ $errors->first('mobile') }} @endif

এড কার্ট

নং খাতের নাম ঠিকানা মোবাইল স্টেটাস
@endsection