@extends('admin.include.main') @section('content') @if(Gate::check('view-student-dashboard'))
{{$site_setting->name}}
{{$site_setting->address}}
Contact no: {{$site_setting->phone_no}},{{$site_setting->phone_no2}}
Email: {{$site_setting->email}}
Previous Next
Student Homeworks
@if($homework->isEmpty())

No homework given..!

@else
@can('create-homework-report') @endcan @foreach($homework as $hw) @can('create-homework-report') @endcan @endforeach
Assigned Date Class Topic Subject Submission Date Subject Teacher Assigned ByReport
{{date('Y-m-d',strtotime($hw->created_at))}} {{$hw->class->class_name}} - {{$hw->section->section_name}} {!! $hw->topics !!} {{$hw->subject->subject_name}} {{$hw->submission_date}} {{$hw->teacher->full_name}} {{$hw->user->name}} @if($hw->report_status == 0) @else @endif
@endif
@else
Total Income

2688

Total Students

{{count($student)}}

Total Teacher

{{count($teacher)}}

{{--

Total Teacher

22

--}}
@csrf
@csrf
Student Attendance
@foreach($draggabledata as $datas) @endforeach @foreach($test as $tests) @endforeach
@csrf
{{-- --}}
Date Events Action
{{$datas->start_date}} {{$datas->event_name}}
{{$tests->dob}} {{$tests->name}}'s birthday
{{--
--}}

Calendar

{!! $calendar_details->calendar() !!}
News And Events
@can('create-notice') @endcan
@foreach($notice as $notices) {{-- --}} @endforeach
S.N Title Action
{{$notices->id}} {{$notices->title}} 16 Jun 2014view more
Todo List
  • Buy a milk
  • Go to shop and find some products.
  • Go to the doctor dr Smith
  • Plan vacation
  • Create new stuff
  • Call to Anna for dinner
{{-- --}} {!! $calendar_details->script() !!} @endif @endsection