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

Atendimento

@stop @section('scripts') @stop