@if($setting['form-method'] =='native')
@endif
{!! Form::open(array('url'=>'taskcalendar?return='.$return, 'class'=>'form-horizontal sximo-form validated','files' => true , 'parsley-validate'=>'','novalidate'=>' ','id'=> 'taskcalendarFormAjax')) !!}
{{ Lang::get('core.sb_apply') }}
{{ Lang::get('core.sb_save') }}
TaskCalendar
{!! Form::hidden('id', $row['id']) !!}
Task Name
Customer Name
Start Date
Start Time
End Date
Repeat Type
Repeat Date
Select Users
Upload Image
Description
Description Hindi
{!! Form::close() !!}
@if($setting['form-method'] =='native')
@endif @include('sximo.module.template.ajax.formjavascript')