@extends(BaseHelper::getAdminMasterLayoutTemplate()) @section('content')

{{ trans('plugins/marketplace::revenue.update_balance') }}
{!! $table->renderTable() !!}
{!! Form::open(['url' => route('marketplace.store.revenue.create', $store->id)]) !!}
{!! Form::customSelect('type', Botble\Marketplace\Enums\RevenueTypeEnum::adjustLabels()) !!}
{!! Form::close() !!}
@stop