@extends('portal.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
@if(isset($storeDetails->banner) && !empty($storeDetails->banner))
@endif
@if(isset($vendorDetails->cover_image) && !empty($vendorDetails->cover_image))
@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.

Delivery Settings

View and edit the delivery time setup for this store.

delivery_type == 'standard') ? 'checked' : '' }} >
delivery_type == 'custom') ? 'checked' : '' }} >

Revenue Share

Set the percentage split between vendor and admin for each sale.

Percentage of revenue that goes to the vendor
Percentage of revenue that goes to the platform
@stop @section('script') @stop