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

{{$agentCountry->name}} - @if(isset($details)) {{ __('message_lang.LBL_UPDATE_LIMITS') }} @else {{ __('message_lang.LBL_ADD_LIMITS') }} @endif

@csrf
@error('max_limit_per_txn') {{ $message }} @enderror
@error('max_daily_limit_per_location') {{ $message }} @enderror
@error('type') {{ $message }} @enderror
@endsection @section("page_vendors") @endsection @section("page_script") @endsection