@extends('layouts.parents.master') @section('title') {{studentCommonName(auth()->guard('student')->user()->username).__(' | Port Folio')}} @endsection @section('headerTitle') {{__('Documents')}} @endsection @section('content')
Go to Portfolio
@php $expiresAt = now()->addHours(24); // Expiration time (for example, 10 minutes) $imagePath = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'ad.jpg'; @endphp
@php $dob_certificate = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'dob.jpg'; @endphp
@php $pass_book = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'pass.jpg'; @endphp




@php $mark_sheet = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'dmc.jpg'; @endphp
@php $pb_certificate = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'pb.jpg'; @endphp

@php $school_living_certificate = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'slc.jpg'; @endphp
@php $character_certificate = schoolRedisDetail()['code'].'/live-students/'.$studentDetail->admno.'cc.jpg'; @endphp




@include("parents.modal") @endsection @push('web-scripts') @endpush