@extends('frontend.Default.layouts.promotion_layout') @section('content')
@if (session('error')) @endif
Please Confirm Your Phone
@csrf
@error('verification_code') {{ $message }} @enderror
@endsection