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

Nova Categoria

@if(count($errors)>0)
    @foreach ($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif {!!Form::open(array('url'=>'armanzem/categoria','method'=>'POST','autocomplete'=>'off'))!!} {!!Form::token()!!}
{!!Form::close()!!}
@endsection