@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
| Department | Designation | Employee (Optional) |
|---|---|---|
| {{ $department->name }} | {!! Form::select('designations[]', $data['designations'], null, ['class' => 'form-control select2 designation']) !!} |