@php use App\Enums\DateTimeFormats;use Carbon\Carbon; @endphp

{{__('Mdm Lock Configuration')}}

{{ __('Add New Lock Config') }}
{{-- VTrustLockMessageTemplates list --}}
{{ __('#') }} {{ __('Remind Before Lock (Days)') }} {{ __('Grace Period Before Lock (Days)') }} {{ __('Effective From') }} {{-- --}} {{-- {{ __('Actions') }}--}} {{-- --}} @foreach($vTrustLockConfigs as $config) {{ $loop->iteration }} {{ $config->reminder_before_phone_lock }} {{ $config->grace_period_before_phone_lock }} {{ Carbon::parse($config->effective_from)->format(DateTimeFormats::CLIENT_DATE) }} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endforeach