@extends("agentportal.layouts.layout") @if(isset($details)) @section("title", trans("message_lang.LBL_EDIT_LOCATION_SEND_MONEY_COMMISSIONS")) @else @section("title", trans("message_lang.LBL_ADD_LOCATION_SEND_MONEY_COMMISSIONS")) @endif @section("content")

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

@csrf
@error('agent_company_id') {{ $message }} @enderror
@foreach($types as $k => $type)
@endforeach @error('type') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('agent_company_id') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection