{{ Form::model($record,
array('url' => ['staff/profile/edit/general', $record->id],
'method'=>'patch', 'files'=>'true')) }}
{{ getPhrase('general_details')}}
@if($join_date==null)
@else
@endif
@if($record->branch_id!=0 && $record->course_parent_id!=0)
@endif
@if($record->branch_id== 0 && $record->course_parent_id== 0 ) {{-- && $record->course_id== 0 --}}
@endif
{{getPhrase('qualification_details')}}
{!! Form::close() !!}