@extends('layouts.parent') @section('title', 'My Profile - Kidscholl') @section('styles') @endsection @section('content')
Manage and verify registered credentials, child mappings, and security access logs.
| Class & Section: | {{ $student->schoolClass->name }} - {{ $student->section->name }} |
| Campus Branch: | {{ $student->branch->name }} |
| School Group: | {{ $student->branch->school->name }} |
| Parent Name: | {{ $parent->name }} |
| Mobile Phone: | {{ $parent->mobile }} |
| Email ID: | {{ $parent->email ?: 'Not Configured' }} |
Below are the security verification checks recorded for accesses to this account.
| Date / Time | Verification Status | IP Address | Device User Agent |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($log->created_at)->format('d M Y H:i:s') }} | Success | {{ $log->ip_address }} | {{ Str::limit($log->user_agent, 80) }} |
| No security logs recorded yet. | |||