{!! Form::label('name', $data['attributes']['name'], ['class' => '']) !!}
{!! Form::text('name[]', (isset($data['guarntor'][0]['name']))?$data['guarntor'][0]['name']:'', ['class' => 'form-control', 'id' => 'emp_id', 'type' => 'text', 'placeholder' => $data['placeholder']['name']]) !!}
{!! Form::hidden('gur_type[]', (isset($data['guarntor'][0]['type']))?$data['guarntor'][0]['type']:'Government', ['class' => 'form-control']) !!}
{!! Form::label('designation', $data['attributes']['designation'], ['class' => '']) !!}
{!! Form::text('designation[]', (isset($data['guarntor'][0]['designation']))?$data['guarntor'][0]['designation']:'', ['class' => 'form-control', 'id' => 'designation', 'type' => 'text', 'placeholder' => $data['placeholder']['designation']]) !!}
{!! Form::label('occupation', $data['attributes']['occupation'], ['class' => '']) !!}
{!! Form::text('occupation[]', (isset($data['guarntor'][0]['occupation']))?$data['guarntor'][0]['occupation']:'', ['class' => 'form-control', 'id' => 'occupation', 'type' => 'text', 'placeholder' => $data['placeholder']['occupation']]) !!}
{!! Form::label('email', $data['attributes']['email'], ['class' => '']) !!}
{!! Form::text('email[]', (isset($data['guarntor'][0]['email']))?$data['guarntor'][0]['email']:'', ['class' => 'form-control', 'id' => 'email', 'type' => 'text', 'placeholder' => $data['placeholder']['email']]) !!}
{!! Form::label('working_zone_address', $data['attributes']['working_zone_address'], ['class' => '']) !!}
{!! Form::textarea('working_zone_address[]', (isset($data['guarntor'][0]['working_zone_address']))?$data['guarntor'][0]['working_zone_address']:'', ['class' => 'form-control', 'id' => 'working_zone_address', 'rows' => '3', 'placeholder' => $data['placeholder']['working_zone_address']]) !!}
{!! Form::label('permanent_address', $data['attributes']['permanent_address'], ['class' => '']) !!}
{!! Form::textarea('permanent_address[]', (isset($data['guarntor'][0]['permanent_address']))?$data['guarntor'][0]['permanent_address']:'', ['class' => 'form-control', 'id' => 'permanent_address', 'rows' => '3', 'placeholder' => $data['placeholder']['permanent_address']]) !!}
{!! Form::label('nid_no', $data['attributes']['nid_no'], ['class' => '']) !!}
{!! Form::text('nid_no[]', (isset($data['guarntor'][0]['nid_no']))?$data['guarntor'][0]['nid_no']:'', ['class' => 'form-control', 'id' => 'nid_no', 'type' => 'text', 'placeholder' => $data['placeholder']['nid_no']]) !!}
{!! Form::label('relation', $data['attributes']['relation'], ['class' => '']) !!}
{!! Form::text('relation[]', (isset($data['guarntor'][0]['relation']))?$data['guarntor'][0]['relation']:'', ['class' => 'form-control', 'id' => 'relation', 'type' => 'text', 'placeholder' => $data['placeholder']['relation']]) !!}
{!! Form::label('mobile', $data['attributes']['mobile'], ['class' => '']) !!}
{!! Form::text('mobile[]', (isset($data['guarntor'][0]['mobile']))?$data['guarntor'][0]['mobile']:'', ['class' => 'form-control', 'id' => 'mobile', 'type' => 'text', 'placeholder' => $data['placeholder']['mobile']]) !!}
{!! Form::label('phone', $data['attributes']['phone'], ['class' => '']) !!}
{!! Form::text('phone[]', (isset($data['guarntor'][0]['phone']))?$data['guarntor'][0]['phone']:'', ['class' => 'form-control', 'id' => 'phone', 'type' => 'text', 'placeholder' => $data['placeholder']['phone']]) !!}
{!! Form::label('photo', $data['attributes']['photo'], ['class' => '']) !!}
{!! Form::file('photo[]') !!}
{!! Form::hidden('updatePhoto[]', (isset($data['guarntor'][0]['photo']))?$data['guarntor'][0]['photo']:'', []) !!}
{!! Form::label('signature', $data['attributes']['signature'], ['class' => '']) !!}
{!! Form::file('signature[]') !!}
{!! Form::hidden('updateSignature[]', (isset($data['guarntor'][0]['signature']))?$data['guarntor'][0]['signature']:'', []) !!}