{!! Form::label('name', 'Name:') !!} {!! Form::text('name', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter trade show title ...']) !!}
{!! Form::label('link', 'Blog Link URL:') !!} {!! Form::text('link', null,['class'=>'form-control', 'placeholder'=>'Enter trade show blog link URL ...']) !!}
{!! Form::label('booth', 'Booth Number:') !!} {!! Form::text('booth', null,['class'=>'form-control', 'placeholder'=>'Enter booth number ...']) !!}
{!! Form::label('location', 'Location:') !!} {!! Form::text('location', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter location ...']) !!}
{{--
{!! Form::label('dates', 'Dates:') !!} {!! Form::text('dates', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter dates ...']) !!}
--}}
{!! Form::label('start_date', 'Start Date:') !!} {!! Form::date('start_date', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter start date ...']) !!}
{!! Form::label('end_date', 'End Date:') !!} {!! Form::date('end_date', null,['class'=>'form-control', 'required', 'placeholder'=>'Enter end date ...']) !!}
{!! Form::label('details_link', 'Association Link URL:') !!} {!! Form::text('details_link', null,['class'=>'form-control', 'placeholder'=>'Enter trade show link to association page ...']) !!}
{!! Form::label('details', 'Content:') !!} {!! Form::textarea('details', null,['class'=>'form-control ckeditor', 'placeholder'=>'Content ...', 'rows'=>'3']) !!}
{!! Form::label('image_thumbnail', 'Thumbnail Image:') !!} {!! Form::file('image_thumbnail', ['class'=>'form-control', 'placeholder'=>'Thumbnail Image ...']) !!} @if($data['p_heading'] == 'Update Post' && $data['post']->image_thumbnail != '')

Click here to see uploaded picture

@endif
{!! Form::label('image', 'Image (For Detail Page):') !!} {!! Form::file('image', ['class'=>'form-control', 'placeholder'=>'Post Image ...']) !!} @if($data['p_heading'] == 'Update Post' && $data['post']->image != '')

Click here to see uploaded picture

@endif
{!! Form::label('position', 'Display Position:') !!} {!! Form::text('position', null,['class'=>'form-control', 'placeholder'=>'Display Position ...']) !!}
{!! Form::label('', 'Status:') !!}