@php
$dob_certificate = schoolRedisDetail()['code'].'/live-students/'.auth()->guard('student')->user()->username.'dob.jpg';
@endphp
@if(Storage::disk('s3')->exists($dob_certificate))
Download Application Form
@endif
@endsection
@push('web-scripts')
@endpush