@extends('masterpage.masterpage') @section('content')

Comunicação

@if(Session::has('flash_message'))
{{ Session::get('flash_message')}}
@endif @if(Session::has('error'))
{{ Session::get('error')}}
@endif

Cadastro

@stop @section('scripts') @stop