@extends('admin/layout') @section('page_title', 'Dashboard') @section('dashboard_select','active') @section('container')
1 Completed
| Name | User Type | School Name | School Code | Phone | City | Login Time |
|---|---|---|---|---|---|---|
{{ $lData->name }} |
{{ $lData->user_type }} | {{ $lData->institute_name }} | {{ $lData->profile_school_code }} | {{ $lData->mobile }} | {{ $lData->city }} | {{ \Carbon\Carbon::parse($lData->login_time)->format('jS F Y') }} |
| Class / Subject | Chapter / Level | Sample / Original | Name | Click Time |
|---|---|---|---|---|
{{ $vData->class_name }}{{ $vData->subject_name }} |
{{ $vData->chapter_name }}{{ $vData->level_name }} |
@if($vData->user_id != null)
Login Yes @elseLogin No @endif |