@extends('layouts.fullLayoutMaster') {{-- page title --}} @section('title','Forgot Password') {{-- page scripts --}} @section('page-styles') @endsection @section('content') Forgot Password? Sign in Sign up Enter the email or phone number you used when you joined and we will send you temporary password {{-- form --}} @csrf Email or Phone @error('email') {{ $message }} @enderror SEND PASSWORD I remembered my password Or Sign in as Google Facebook @endsection