@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
@error('first_name_ar') {{ $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.

Delivery Settings

View the delivery time setup for this store.

@if(isset($storeDetails->standard_delivery_text) && !empty($storeDetails->standard_delivery_text))
@if(!empty($storeDetails->delivery_min_days))
@endif @if(!empty($storeDetails->delivery_max_days))
@endif @else

Delivery information not set.

@endif

Two-Factor Authentication (2FA)

Enable or disable two-factor authentication for added security.

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