@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()) }}
{{ trans('plugins/marketplace::revenue.statements') }} {{ trans('plugins/marketplace::revenue.update_balance') }} {!! $table->renderTable() !!}
@endsection @push('footer') {{ get_application_currency()->symbol }} @endpush