SERVICE
@if (!empty($services['res']))
@foreach ($services['res'] as $kk => $res)
services_id) and $account->services_id != 'null' and in_array($res['id'], json_decode($account->services_id,true))) ? 'checked' : ""}}
>
@endforeach
@endif
LICENSES / CERTIFICATION
@if (!empty($certificate['res']))
@foreach ($certificate['res'] as $k => $res)
licenses_id) and $account->licenses_id != 'null' and in_array($res['id'], json_decode($account->licenses_id,true))) ? 'checked' : ""}}
>
@endforeach
@endif