@extends('admin.masterv2') @section('styleSheet') @endsection @section('content')
@include('admin.includesV2.adminHeader', [ 'pageRoute' => route('userIndex'), 'pageName' => 'User List', 'pageHeader'=> 'User Info', ])
Student Info
@csrf
    @foreach($userPrivileges as $idx=>$item)
  • privileges) && ($userInfo->privileges != "null") && array_search($idx, json_decode($userInfo->privileges,true)) !== false ? 'checked' : ''}}>
  • @endforeach
@endsection @section('customJs') @include('frontend.include.studentFormValidationScript'); @endsection @section('documentJquery') @endsection