@extends('web.layouts.layout') @section('content')

{{ $title ?? "" }}

{{ $pageData['sentCodeValue'] ?? null }}

@csrf
@if(empty($pageData)) @endif

@if(!empty($pageData) && $pageData['seconds'] <= 0) @endif
@endsection @push('stack_scripts') @endpush