@extends('front/layout') @section('page_title','Register') @section('container') Reset Password @if (Session::has('message')) {{ Session::get('message') }} @endif @csrf Mobile Number @if ($errors->has('phone')) {{ $errors->first('phone') }} @endif Send Reset Password Link to Email @endsection