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

{{ $pageNote }}

{!! Form::open(array('url'=>$pgurl, 'class'=>'form-horizontal add-category','files' => true , 'parsley-validate'=>'','novalidate'=>' ')) !!}
{!! Form::text('name', $row['name'],array('class'=>'form-control cat-name', 'placeholder'=>'', 'required'=>'true' )) !!}
{{ Lang::get('core.Enable') }}
{!! Form::close() !!}
@stop