@extends('frontend.layout.master') @section('site_title',__('Password Reset')) @section('style') @endsection @section('content') {{ __('Confirm Here!') }} @csrf {{ __('OTP') }} {{ __('Submit Now') }} @endsection