{!! Form::text('name', Input::old('name'), array('id'=> 'name', 'class' => 'form-control', 'required' => 'true')) !!}
{!! Form::textarea('intro', Input::old('intro'), array('id'=> 'intro', 'class' => 'form-control','placeholder'=>'Optional')) !!}
@if(isset($target)) @if($target->thumbnail!=null) @else @endif @else @endif
Note :[Image Ratio 72:62]
@if(isset($target)) @if($target->cover!=null) @else @endif @else @endif
Note :[Image Ratio 51:26]
{{ Form::checkbox('show_in_homepage',1, Input::old('show_in_homepage'), array('id'=> 'show_in_homepage')) }}
@foreach($eventcategory as $ec)
event_category)) {!! in_array($ec->id,explode(',',$target->event_category) ) ? 'checked="checked"':null !!} @endif> {{-- --}}
@endforeach
{!! Form::number('order_no', Input::old('order_no'), array('id'=> 'order_no', 'class' => 'form-control')) !!}


{!! Form::textarea('page', Input::old('page'), array('id'=> 'page', 'class' => 'form-control fullEditor')) !!}

Page Right Menu
@if(isset($target)) @if($target['page_left_menu']) @foreach($target['page_left_menu'] as $page_menu)
{!! Form::text('page_menu_name[]', $page_menu->name , array('id'=> 'name', 'class' => 'form-control')) !!} {!! $errors->first('name') !!}
{!! Form::text('pageurl[]', $page_menu->url , array('id'=> 'pageurl', 'class' => 'form-control')) !!} {!! $errors->first('pageurl') !!}
@endforeach @endif @else @endif

Add Menu

{!! Form::select('status_id', array('1' => 'Active', '2' => 'Inactive'), Input::old('status_id'), array('class' => 'selectpicker form-control', 'id' => 'status-id'))!!}
{{-- --}} {{-- --}} @section('js') @endsection