@extends('layouts.app') @section('content')

{{$breadcrumb}}

@php $no=1; @endphp @foreach($ruangkelas as $ruangkelas) @endforeach
No Unit Sekolah Kelas Nama Ruangan Deskripsi Status Action
{{$no++}} {{$ruangkelas->unit_name}} {{$ruangkelas->university_name}} {{$ruangkelas->class_name}} {{$ruangkelas->roomclass_name}} {{$ruangkelas->roomclass_description}} @if ($ruangkelas->roomclass_activeYN=='Y') Active @else in Active @endif   
@endsection @section('js') @endsection