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

মহাজনের মালিক সেটাপ এডমিন

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

এড কার্ট

নং এরিয়া ঠিকানা মহাজনের নাম মালিকের নাম মালিকের মোবাইল একশন
@endsection