@extends('adminlte::page') @section('title', $pageTitle) @section('content_header')

{{ $pageTitle }}

@stop @section('content')
{!! Form::open(array('url'=>'/attributes', 'class'=>'form-horizontal')) !!}
No Code Name Required Default Value Type Configurable Created Updated Action
{!! Form::close() !!} Create New Attribute
@stop @section('js') @stop