@extends('dashboard.admin.layouts.app') @section('content')
| # | 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->name . ' ' . $verificationCode->user->middle_name . ' ' . $verificationCode->user->last_name }} @endif | View Edit |