@extends('layouts.layout') @section('content') Dashboard
@if (Auth::user()->level=='rayon') Dashboard Pembimbing @elseif(Auth::user()->level=='pj') Dashboard Pj Ruangan @else Dashboard @endif

Sistem Manajemen Sarana & Prasarana

@endsection