@extends('layouts.student.layout') @section('content')
{{ $dashboard['presentPercentage'] }}%
Attendance
{{ $dashboard['upcomingeventCount'] }}
Upcoming Events
{{ $noticeboard->title }}
{{ date('d M Y',strtotime($noticeboard->publish_date)) }}
@if($noticeboard->type == 'class') {{ $noticeboard->standardLink->StandardSection }} @else {{ ucwords($noticeboard->type) }} @endif
{!! $noticeboard->description !!}
No Notice Found
{{ Auth::user()->FullName }}
{{ Auth::user()->studentAcademicLatest->roll_number }}
{{ Auth::user()->userprofile->address }}
Name
{{ Auth::user()->userprofile->firstname }}
Gender
{{ ucwords(Auth::user()->userprofile->gender) }}
D.O.B
{{ date('d M Y',strtotime(Auth::user()->userprofile->date_of_birth)) }}
Class
{{ Auth::user()->studentAcademicLatest->standardLink->StandardSection }}
Admission Date
{{ date('d M Y',strtotime(Auth::user()->userprofile->joining_date)) }}
--}}{{ Auth::user()->userprofile->joining_date ? date('d M Y', strtotime(Auth::user()->userprofile->joining_date)) : '' }}
Phone
--
@else+91 {{ Auth::user()->mobile_no }}
@endif--
@else{{ Auth::user()->email }}
@endif