@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content') {!! BaseHelper::clean( trans('plugins/marketplace::unverified-vendor.vendor_approval_notification', [ 'approve_link' => Html::link( route('marketplace.unverified-vendors.approve-vendor', $vendor->id), trans('plugins/marketplace::store.approve_here'), ['class' => 'approve-vendor-for-selling-button'], ), ]), ) !!}
{{ trans('plugins/marketplace::store.information') }}
{{ $vendor->store->name }}
@if ($vendor->store->id) {{ $vendor->store->name }} @endif
@if($vendor->store->phone)
{{ trans('plugins/marketplace::store.store_phone') }}
{{ $vendor->store->phone }}
@endif
{{ trans('plugins/marketplace::store.vendor_information') }} {{ trans('plugins/marketplace::store.vendor_name') }} {{ $vendor->name }} {{ trans('plugins/marketplace::unverified-vendor.forms.email') }} {{ $vendor->email }} @if ($vendor->phone) {{ trans('plugins/marketplace::unverified-vendor.forms.vendor_phone') }} {{ $vendor->phone }} @endif {{ trans('plugins/marketplace::unverified-vendor.forms.registered_at') }} {{ BaseHelper::formatDateTime($vendor->created_at) }}
@endsection @push('footer') @endpush