@extends('layouts.master') @section('title', 'Student List') @push('css') @endpush @section('content')
@if (auth()->user()->user_type == 'admin') Admin User @elseif (auth()->user()->user_type == 'teacher') #{{ auth()->user()->teacher->teacher_id }} @elseif (auth()->user()->user_type == 'student') #{{ auth()->user()->student->reg_id }} @else {{ auth()->user()->phone }} @endif