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

Attributes Management


@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
{!! Form::open(array('route' => 'attributes.store','method'=>'POST')) !!}
{!! Form::text('name', null, array('placeholder' => 'Attribute Name','class' => 'form-control name')) !!}
{!! Form::close() !!} @endsection