@extends('backend.layouts.master') @section('pageTitle') Dashboard @endsection @section('extraStyle') @endsection @section('pageContent') @if($userRoleId == AppHelper::USER_ADMIN) {{$students}} Student {{$teachers}} Teacher {{$employee}} Employee {{$subjects}} Subject @endif @if($userRoleId != AppHelper::USER_STUDENT) {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} {{----}} Students Today's Attendance @endif @if($userRoleId == AppHelper::USER_STUDENT) Welcome to CloudSchool Lot's of things are coming soon... @endif @endsection @section('extraScript') @endsection
Student
Teacher
Employee
Subject
Lot's of things are coming soon...