@extends('backend.layouts.master') @section('pageTitle') Dashboard @endsection @section('extraStyle') @endsection @section('pageContent')
@if($userRoleId == AppHelper::USER_ADMIN)
@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