@extends('layouts.default')
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{!! Form::open(['id' => 'main_form','url' => 'valid', 'class' => 'form-horizontal']) !!}
{!! Form::close() !!}
@stop