@extends('hello') @section('content') @if (Session::has('error')) {{ trans(Session::get('reason')) }} @endif