{{-- --}}
@if ($errors->has('nama'))
{{ $errors->first('nama') }}
@endif
@else
@if( strtolower($data->Group->nama) === 'posyandu kecamatan' )
@if ($errors->has('kecamatan_id'))
{{ $errors->first('kecamatan_id') }}
@endif
@else
@if ($errors->has('kelurahan_id'))
{{ $errors->first('kelurahan_id') }}
@endif
@endif
{{ Form::select('opd_id', $opd, $data->opd_id, ['class' => 'form-control select2', 'placeholder' => 'Opd...', 'data-live-search' => 'true']) }}
@if ($errors->has('opd_id'))
{{ $errors->first('opd_id') }}
@endif
{{ Form::select('sebagai', ['Op' => 'Operator', 'Ur' => 'Urusan', 'Pd' => 'Perangkat Dinas', 'Pt' => 'Petugas Lapangan'], $data->whoami, ['class' => 'form-control select2', 'placeholder' => 'Sebagai...', 'data-live-search' => 'true']) }}
@if ($errors->has('sebagai'))
{{ $errors->first('sebagai') }}
@endif