@extends('agentportal.layouts.layout') @section('title', 'IMTO Max Credit') @section('page_style') @endsection @section('content')

{{ __('message_lang.LBL_IMTO_BALANCIES') }} - {{ __('message_lang.LBL_MAX_CREDIT_LIMIT') }}

@csrf

{!! trans('message_lang.BTN_CLEAR_SEARCH') !!}
@if ($imto)
@endif
@csrf
@forelse ($imto as $key => $imt) @empty @endforelse
# {{ __('message_lang.LBL_PARTNER') }} {{ __('message_lang.LBL_MAX_CREDIT_LIMIT') }} (USD) {{ __('message_lang.LBL_ENABLE_MAX_CREDIT_LIMIT') }}
{!! $key + 1 !!} {!! $imt->name !!}
({{ __('message_lang.LBL_BALANCE') }}: {!! number_format($imt->balance, 2) !!} USD)
@error('max_credit_limit_' . $imt->id) {{ $message }} @enderror @if ($imt->max_cl_created_by_id) {!! __('message_lang.LBL_CREATED_BY') !!}: {{ $imt->create_username }} > {{ $imt->create_first_name }} {{ $imt->create_last_name }} @endif @if ($imt->max_cl_updated_by_id) {!! __('message_lang.LBL_LAST_UPDATE') !!}: {{ $imt->update_username }} > {{ $imt->update_first_name }} {{ $imt->update_last_name }} @endif
{!! trans('message_lang.DATATABLE_LBL_NO_DATA_AVAILABLE') !!}
@if ($imto) {{ __('message_lang.BUTTON_CANCEL') }} @endif
@endsection @section("page_vendors") @endsection @section('page_script') @endsection