@extends("agentportal.layouts.layout") @if(isset($details)) @section("title", trans("message_lang.LBL_EDIT_COMMISSION")) @else @section("title", trans("message_lang.LBL_ADD_COMMISSIONS")) @endif @section("page_style") @endsection @section("content")

{{ $agentCountry ? $agentCountry->name . ' : ' : '' }} @if(isset($details)) {!! trans("message_lang.LBL_EDIT_COMMISSION") !!} @else {!! trans("message_lang.LBL_ADD_COMMISSIONS") !!} @endif

@csrf
@if ($agentCompanies->count())
@error('agent_company_id') {{ $message }} @enderror @foreach ($agentCompanies as $key => $agentCompany)
@endforeach
@foreach($types as $k => $type)
@endforeach @error('type') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection