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

Ocorrências

Nova ocorrência

@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif @if(Session::has('error'))
{{ Session::get('error') }}
@endif
@if(Auth::user()->perfil == 1) @endif
@stop @section('scripts') @stop