| Staff Name | Role | Home | Start Date | Probation | End Date | Action |
|---|---|---|---|---|---|---|
| {{$data['name']}} | {{$data->getRole($data['job_title'])}} | {{$data->getWorkPlaceName($data['work_place'])}} | @if(isset($data['start_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['start_date']))}} @endif | @if($data['probation']==0) No @else Yes @endif | @if(isset($data['probation_end_date'])) {{date(config('choicescrm.date_format_forms'), strtotime($data['probation_end_date']))}} @endif |