@extends('pricing.header') @section('title', $data['title']) @section('content')
@if(request('type') == 'new')
@elseif(request('type') == 'renew')
@csrf {{-- --}}
@if($data['type1'] == 1)
Please enter the one time password
to verify your account
A code has been sent to

Didn't get the code?
@endif @if($data['type1'] == 0)
@endif
@if(session('error')) @endif @if(session('success')) @endif
@endif
@include('pricing/footer') @endsection('content') @section('custom-scripts') @endsection