@extends(EcommerceHelper::viewPath('customers.master'))
@section('content')
{{ SeoHelper::getTitle() }}
{{ trans('plugins/marketplace::marketplace.wait_for_approval') }}
{{ trans('plugins/marketplace::marketplace.vendor_information') }}
- {{ trans('plugins/marketplace::store.store_name') }}: {{ $store->name }}
- {{ trans('plugins/marketplace::store.forms.store_owner') }}: {{ $store->customer->name }}
- {{ trans('plugins/marketplace::store.forms.phone') }}: {{ $store->phone }}
@if (MarketplaceHelper::getSetting('requires_vendor_documentations_verification', true))
@if ($store->certificate_file && Storage::disk('local')->exists($store->certificate_file))
-
{{ trans('plugins/marketplace::marketplace.uploaded_certificate') }}:
{{ trans('plugins/marketplace::marketplace.view_certificate') }}
@endif
@if ($store->government_id_file && Storage::disk('local')->exists($store->government_id_file))
-
{{ trans('plugins/marketplace::marketplace.uploaded_government_id') }}:
{{ trans('plugins/marketplace::marketplace.view_government_id') }}
@endif
@endif
@endsection