@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('ponno_marka')) {{ $errors->first('ponno_marka') }} @endif

এড কার্ট

নং এরিয়া ঠিকানা মহাজনের নাম পন্যের মার্কা
@endsection