@if($store->is_verified)
{{ trans('plugins/marketplace::store.verified') }}
{{ trans('plugins/marketplace::store.store_verified_successfully') }}
@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.not_verified') }}
{{ trans('plugins/marketplace::store.store_not_verified_yet') }}
{{ trans('plugins/marketplace::store.verification_pending') }}
{{ trans('plugins/marketplace::store.click_verify_to_approve') }}
@endif