@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("page_style") @endsection @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
@if (count($pickupMethods))
@error('receiving_option') {{ $message }} @enderror @foreach ($pickupMethods as $key => $pickupMethod)
@endforeach
@foreach($types as $k => $type)
@endforeach @error('type') {{ $message }} @enderror
@error('amount') {{ $message }} @enderror
@error('agent_company_id') {{ $message }} @enderror
@endif
@endsection @section("page_vendors") @endsection @section("page_script") @endsection