@extends('layout') @section('content') @if (Session::has('success'))
{{ Session::get('success') }}
{{ Session::get('error') }}