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

{{ $title }}

@slot('header') {{ $title }} @endslot
Name
{{ $verificationCode->name }}
Description
{{ $verificationCode->description }}
Length
{{ $verificationCode->length }}
Nature Of Code
{{ ucfirst($verificationCode->nature_of_code) }}
Applicable To
@if ($verificationCode->applicable_to == 'All') {{ $verificationCode->applicable_to }} Users @else {{ $verificationCode->user->name . ' ' . $verificationCode->user->middle_name . ' ' . $verificationCode->user->last_name }} @endif
@endsection