{!! Form::label('title','Title') !!} {!! Form::text('title' , optional($section)->title , ['class' => 'form-control','placeholder' => 'Title','required'=>'true']) !!}
{!! Form::label('fa_icon','Awesome Fonts Icon') !!} {!! Form::text('fa_icon' , optional($section)->fa_icon , ['class' => 'form-control','placeholder' => 'fa-money-check-edit-alt','required'=>'true']) !!}
{!! Form::checkbox('timer_widget' , 1,optional($section)->timer_widget ) !!} {!! Form::label('timer_widget','Display Timer Widget in section') !!}
@if(optional($section)->id > 0) @endif