@extends('layouts.master') @section('content') @include('common.spacer')
@if (Session::has('flash_notification'))
@include('flash::message')
@endif
@if (Session::has('message'))
@endif
@endsection