@extends('layouts.app') @section('content') {!! Html::style('expand_theme/css/style.css') !!} {!! Html::style('css/responsive.css') !!} @if(Session::has('message'))
{{ Session::get('message')}}
@endif @if(Session::has('error_message'))
{{ Session::get('error_message')}}
@endif @if (count($errors) > 0)
@endif