@extends('hello') @section('content') @if (Session::has('error')) {{ trans(Session::get('reason')) }} @elseif (Session::has('success')) An e-mail with the password reset has been sent. @endif