@extends('pricing.header')
@section('content')
Enter OTP
@if(session('success'))
{{ session('success') }}
@endif
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@include('pricing.footer')
@endsection
@section('custom-scripts')
@endsection