@extends('estilos.main') @section('content')

Novo Usuario

{!!Form::open(array('url'=>'users','method'=>'POST','autocomplete'=>'off','files'=>'true'))!!} {!!Form::token()!!}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('telef')) {{ $errors->first('telef') }} @endif
{!!Form::close()!!} @endsection