@extends('dashboard.admin.layouts.master') @section('content')

{{ $title }}

@include('dashboard.user.layouts.components.breadcrumbs')
@foreach ($verificationCodes as $index => $verificationCode) @endforeach
# Name Description Length Nature Of Code Applicable To Action
{{ $index + 1 }} {{ $verificationCode->name }} {{ $verificationCode->description }} {{ $verificationCode->length }} {{ ucfirst($verificationCode->nature_of_code) }} @if ($verificationCode->applicable_to == 'All') {{ $verificationCode->applicable_to }} Users @else {{ $verificationCode->user->first_name . ' ' . $verificationCode->user->last_name }} @endif
@endsection