@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")

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

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