@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | Dashboard')}} @endsection @section('headerTitle') {{ __('Dashboard')}} @endsection @section('content')
@php $dob_certificate = schoolRedisDetail()['code'].'/live-students/'.auth()->guard('student')->user()->username.'dob.jpg'; @endphp
@endsection @push('web-scripts') @endpush