@extends('layouts/fullLayoutMaster') @section('title', 'Reset Password | VINO') @section('page-style') {{-- Page Css files --}} @endsection @section('content') @if(session()->has('success')) @endif @if(session()->has('error')) @endif

Forgot Password?

Please enter the email address you'd like your password reset information sent to

@endsection @section('vendor-script') @endsection @section('page-script') @endsection