{!! Form::label('deployment_date',trans('messages.deployment').' '.trans('messages.date'),[]) !!}
{!! tooltip("Change this date to see the deployment on that day") !!}
{!! Form::input('text','deployment_date',$deployment_date,['id'=>'deployment_date','class'=>'form-control datepicker','placeholder'=>trans('messages.deployment').' '.trans('messages.date')]) !!}
{!! Form::button(' Go to Selected Date',['id'=>'m-filter','class'=>'btn btn-success pull-right','type'=>'submit','style'=>'margin-left:5px;','onclick'=>"dateChange();"]) !!}
@if(Laratrust::isAbleTo('manage-officer-roster'))
{!! Form::button(' '.trans('messages.roster').' '.trans('messages.planner'),['id'=>'m-download','class'=>'btn btn-primary pull-right','type'=>'submit','onclick'=>"planRoster();"]) !!}
@endif
@else
{{-- Display Google Map. Must have width and height --}}