@extends('admin/layouts/app') @section('page-title')
{{ $followers->count() }} Students are Following your Institute and Activity
SL. | Name | Age | Location |
---|---|---|---|
{{ $key + $followers->firstItem() }} |
![]() |
@php // Get the date of birth $dob = @$follower->studentbasic->dob; // Calculate the current age $currentYear = date('Y'); $birthYear = date('Y', strtotime($dob)); $age = $currentYear - $birthYear; @endphp {{ $age }} | {{ @$follower->studentbasic->present_address }} |