@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()) }}
@endsection
@push('footer')
{{ get_application_currency()->symbol }}
@endpush