@extends('layouts.frontend.app') @section('title', 'Account') @section('content')
@include('layouts.frontend.partials.userside')
@php if(isset($email)){ $email=$email; }else{ $email=''; } @endphp @if($email=='')
@else @endif @csrf
@if($email=='')
@error('email') {{$message}} @enderror
@else
@error('otp') {{$message}} @enderror
@endif
@endsection