Edit Department

{!! Form::open(['method' => 'PUT','class'=>'form-horizontal','id'=>'edit_department_form']) !!}

Department

Designations (empty if you want to delete the designation )

@php $i=0 @endphp @foreach($department->Designations as $designations)
@php $i++; @endphp
@endforeach

{!! Lang::get('messages.deleteNoteDesignation') !!}
{!! Form::close() !!}