{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content') @if(Session::has('error'))
{{ Session::get('error') }}