@extends('user::layouts.backend-master') @section('breadcrumb_title', 'Subscriber email verification') @section('content')

Subscriber email verification

Back to Templates

Dynamic variables

Variable Value
@php $verificationLink = '{{ verificationLink }}'; @endphp {{ $verificationLink }} Verification Link
@php $appName = '{{ appName }}'; @endphp {{ $appName }} App Name
@method('PUT') @csrf
@error('subject')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush