@extends('layouts.master') @section('content')

Cadastro de colaborador


@if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif @if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
(success)
@stop @section('scripts') @stop