@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')
{{ trans('plugins/marketplace::revenue.store_information') }}
{{ trans('plugins/marketplace::revenue.vendor_name') }}
{{ $customer->name }}
{{ trans('plugins/marketplace::revenue.balance') }}
{{ format_price($customer->balance) }}
{{ trans('plugins/marketplace::revenue.products') }}
{{ number_format($store->products()->count()) }}
@if($store->is_verified)
@else
@endif

{{ trans('plugins/marketplace::store.forms.verification_section') }}

@if($store->is_verified)
@if ($store->verifiedBy)
{{ trans('plugins/marketplace::store.verified_by') }}
{{ $store->verifiedBy->name }}
@endif
{{ trans('plugins/marketplace::store.verified_at') }}
{{ $store->verified_at->format('M d, Y H:i') }}
@if($store->verification_note)

{{ trans('plugins/marketplace::store.forms.verification_note') }}

{{ $store->verification_note }}

@endif
@else

{{ trans('plugins/marketplace::store.verification_pending') }}

{{ trans('plugins/marketplace::store.click_verify_to_approve') }}

@endif
{{ trans('plugins/marketplace::revenue.statements') }} {{ trans('plugins/marketplace::revenue.update_balance') }} {!! $table->renderTable() !!}
@endsection @push('footer') {{ get_application_currency()->symbol }} @if(!$store->is_verified)
{{ trans('plugins/marketplace::store.forms.verification_note_helper') }}
@else
{{ trans('plugins/marketplace::store.forms.verification_note_helper') }}
@endif @endpush