@if(Session::has('message'))
@endif
@if(Session::has('error'))
@endif
@extends('masterpage.masterpage')
@section ('content')
@if(Session::has('message'))
@endif
@if(Session::has('error'))
Alerta!
{{ Session::get('message')}}
@endif
Alert!
{{ Session::get('error')}}
Atendimento