{{ $pageTitle }} {{ $pageNote }}
@if(Session::has('message'))
{{ Session::get('message') }}
@endif
{{ Form::close() }}
-
@foreach($errors->all() as $error)
- {{ $error }} @endforeach
{{ Form::text('title', $row['title'],array('class'=>'form-control', 'placeholder'=>'', 'required'=>'true' )) }}
{{ Form::text('created', $row['created'],array('class'=>'form-control datetime', 'style'=>'width:150px !important;')) }}
{{ Form::text('tags', $row['tags'],array('class'=>'form-control', 'placeholder'=>'', )) }}