@extends('layouts.homeMaster') @section('pageContent') @if (Session::has('error')) {{ trans(Session::get('error')) }} @elseif (Session::has('success')) An email with the password reset has been sent. @endif
@stop