@extends('backend.layouts.master') @section('title', 'Dashboard') @section('content')
Dashboard
Total Projects
{{$projectCount}}
Total Active Projects
{{$projectCountActive}}
Total InActive Projects
{{$projectCountInactive}}
# Project Id Title Project Type Created By Guide(s) Student(s) Status Action
@endsection