@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@if ($errors->has('username')){{ $errors->first('username') }}@endif
@if ($errors->has('password')){{ $errors->first('password') }}@endif
@if ($errors->has('merchantName')){{ $errors->first('merchantName') }}@endif
@if ($errors->has('merchantAddress')){{ $errors->first('merchantAddress') }}@endif
@if ($errors->has('merchantState')){{ $errors->first('merchantState') }}@endif
@if ($errors->has('merchantPhoneNumber')){{ $errors->first('merchantPhoneNumber') }}@endif
{{--
@if ($errors->has('companyLegalName')){{ $errors->first('username') }}@endif
@if ($errors->has('companyMarketingName')){{ $errors->first('companyMarketingName') }}@endif
--}}
@if ($errors->has('userPan')){{ $errors->first('username') }}@endif
{{--
@if ($errors->has('aadhaarNumber')){{ $errors->first('aadhaarNumber') }}@endif
@if ($errors->has('gstInNumber')){{ $errors->first('gstInNumber') }}@endif
@if ($errors->has('companyOrShopPan')){{ $errors->first('companyOrShopPan') }}@endif
@if ($errors->has('settlement')){{ $errors->first('settlement') }}@endif
@if ($errors->has('companyBankAccountNumber')){{ $errors->first('companyBankAccountNumber') }}@endif
@if ($errors->has('bankIfscCode')){{ $errors->first('bankIfscCode') }}@endif
@if ($errors->has('companyBankName')){{ $errors->first('companyBankName') }}@endif
@if ($errors->has('bankBranchName')){{ $errors->first('bankBranchName') }}@endif
@if ($errors->has('bankAccountName')){{ $errors->first('bankAccountName') }}@endif
@if ($errors->has('emailId')){{ $errors->first('emailId') }}@endif
@if ($errors->has('shopAndPanImage')){{ $errors->first('shopAndPanImage') }}@endif
@if ($errors->has('cancellationCheckImages')){{ $errors->first('cancellationCheckImages') }}@endif
@if ($errors->has('ekycDocuments')){{ $errors->first('ekycDocuments') }}@endif
--}}
@if ($errors->has('merchantPinCode')){{ $errors->first('merchantPinCode') }}@endif
{{--
@if ($errors->has('tan')){{ $errors->first('tan') }}@endif
--}}
@if ($errors->has('merchantCityName')){{ $errors->first('merchantCityName') }}@endif
{{--
@if ($errors->has('merchantDistrictName')){{ $errors->first('merchantDistrictName') }}@endif
--}}
@endsection