@extends('Myadmin::layout.basic') @section('content') {{{$errors->first()}}}
{{ Form::open(array( 'action'=>$_CONST["CONTROLLER_ROUTE"].'.store','files'=>true, 'class'=>'form-horizontal well'))}}
{{ Form::radio('publish', '1', true )}}是
{{ Form::radio('publish', '0' )}}否
{{ Form::select('category', $option, '', array('class' => 'form-control'))}}
{{ Form::textarea('description', null, ['class' => 'form-control','rows' =>'3']) }}
{{-- {{ Form::file('photo')}}--}} asset('images/photoshop.jpg') }}">
{{-- {{ Form::file('photo')}}--}} asset('images/photoshop.jpg') }}">
{{ Form::close()}}
@stop