@extends("agentportal.layouts.layout") @section("title", trans("message_lang.LBL_COMMISSION_SUMMARY")) @section("page_style")
@endsection
@section("content")
{!! trans("message_lang.LBL_COMMISSION_SUMMARY") !!}
{{ trans('message_lang.BTN_BACK') }}
@csrf
{!! trans("message_lang.LBL_EXPORT_TO_CSV") !!}
{!! trans("message_lang.LBL_COUNTRY") !!}
{!! trans("message_lang.PLACEHOLDER_SELECT_COUNTRY") !!}
@foreach ($agentCountries as $key => $agentCountry)
guard('agentportal')->user()->country_id == $key) selected @endif @endhasanyrole>{{ $agentCountry }}
@endforeach
@include('agentportal.layouts.duration_filter')
#
{!! trans("message_lang.LBL_DATE") !!}
{!! trans("message_lang.LBL_TOTAL_COMMISSION") !!}
{!! trans("message_lang.LBL_TOTAL") !!}:
@endsection @section("page_vendors") @endsection @section("page_script") @endsection