Authenticator Authenticator {{-- Test --}} {{-- Edit Form --}}
@can('authenticators.create')
@endcan
@foreach ($authenticators as $authenticator) @endforeach
Sr. No Name Designation Mobile Priority Action
{{ $loop->iteration }} {{ $authenticator->name }} {{ $authenticator->designation }} {{ $authenticator->mobile }} {{ $authenticator->priority }} @can('authenticators.edit') @endcan @can('authenticators.delete') @endcan
{{-- Add --}}