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

Nova Artigo

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