@extends("admin.layouts.layout") @if(isset($destId)) @section("title", "Update Sending Partner Destination") @else @section("title", "Add Sending Partner Destination") @endif @section("page_style") @endsection @section("content")

@if(isset($destId)) {{ __('message_lang.LBL_SENDING_PARTNER_DESTINATION_UPDATE') }} @else {{ __('message_lang.LBL_SENDING_PARTNER_DESTINATION_ADD') }} @endif

@csrf
@if(isset($destId)) @endif
@error('sending_partner_id') {{ $message }} @enderror
@error('dest_country_code') {{ $message }} @enderror
custom_country_name == '0') disabled @endif > @error('custom_country_name') {{ $message }} @enderror
@error('currency') {{ $message }} @enderror
{{--
@error('currency') {{ $message }} @enderror
--}}
@error('status') {{ $message }} @enderror
use_custom_limitation == '0') disabled @endif > @error('max_limit_send_amount_single_txn') {{ $message }} @enderror
use_custom_limitation == '0') disabled @endif > @error('max_limit_total_send_amount_1_day') {{ $message }} @enderror
use_custom_limitation == '0') disabled @endif> @error('max_limit_total_send_amount_7_days') {{ $message }} @enderror
use_custom_limitation == '0') disabled @endif> @error('max_limit_total_send_amount_30_days') {{ $message }} @enderror
use_custom_limitation == '0') disabled @endif> @error('min_limit_send_amount') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection