@extends('layouts.front') @section('content')
@if (auth('web')->user()->user_type == 'partner')

Dashboard

Total Student

{{ $StudentCount }}

Register Student
@elseif (auth('web')->user()->user_type == 'individual_user') {{-- user dashboard code --}} @endif
@endsection