@extends('admin/layout') @section('page_title','Manage Users Login') @section('users_login_select','active') @section('container')

Manage Login Types

@csrf



@foreach($class as $key=>$clist)
@if(!empty($class_data)) id, $class_data) ? 'checked' : '' }} > @else @endif
@endforeach

@foreach($subjects as $key1=>$slist)
@if(!empty($sub_data)) id, $sub_data) ? 'checked' : '' }} > @else @endif
@endforeach

@foreach($videos as $key2=>$vlist)
@if(!empty($video_data)) id, $video_data) ? 'checked' : '' }} > @else @endif
@endforeach

@foreach($problems as $key3=>$plist)
@if(!empty($prob_data)) id, $prob_data) ? 'checked' : '' }} > @else @endif
@endforeach

@foreach($adminRoles as $key=>$arlist)
@if(!empty($admin_data)) id, $admin_data) ? 'checked' : '' }} > @else @endif
@endforeach

@endsection