@foreach ($info['checks'] as $check)
Warning: array_search() expects parameter 2 to be array, null given in /home/osaa/web_app/dev/app/views/music/check_group.blade.php on line 34
{{ $check }}
@if ($info['group']->{$check})
PASS
@elseif ($info['group']->{$override})
SKIP
@else
FAIL
@endif
@if (Auth::check() and Auth::user()->isOsaaUser())
{{ Form::checkbox($override,
true,
$info['group']->{$override},
array('style' => 'vertical-align: middle;')) }}
@else
{{ Form::checkbox($override,
true,
$info['group']->{$override},
array('style' => 'vertical-align: middle;',
'disabled' => 'disabled')) }}
@endif
@endforeach
@if (Auth::check() and Auth::user()->isOsaaUser())
You can check the over-ride check-boxes to manually over-ride the form's auto-logic. You can also ignore all of the auto-logic checks and manually over-ride this group's qualifications: