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

{{ $title }}

@include('dashboard.user.layouts.components.breadcrumbs')
@csrf

Edit {{ $verificationCode->name }} Verification Code

@error('name') {{ $message }} @enderror
@error('description') {{ $message }} @enderror What this code is all about
@error('length') {{ $message }} @enderror How long do you want this code to be when generated?
@error('nature_of_code') {{ $message }} @enderror Do you want this code to be a mixture of letters and numbers (alphanumeric) or just numbers (numeric)?
@error('applicable_to') {{ $message }} @enderror
@endsection