@extends('admin.template.layout') @section('content') @if(!empty($datamain->vendordatils)) @php $vendor = $datamain->vendordatils; $bankdata = $datamain->bankdetails; @endphp @endif
@csrf

Vendor Information

@error('email') {{ $message }} @enderror
@error('first_name') {{ $message }} @enderror

Your Shop Preferences

Name Your Shop

@if(isset($storeDetails->logo) && !empty($storeDetails->logo))
@endif

How'll You Get Paid

Your Bank Information

Taxpayer Address

Billing Address

Let us know how you'd like to pay your Handwi bill.

Two-Factor Authentication (2FA)

Enable or disable two-factor authentication for added security.

@stop @section('script') @stop