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

{{$breadcrumb}}

@php $no=1; @endphp @foreach($university as $dt) @endforeach
No Nama Sekolah Unit Deskripsi Status Action
{{$no++}} {{$dt->university_name}} {{$dt->unit_name}} {{$dt->university_description}} @if ($dt->university_activeYN=='Y') Active @else in Active @endif   
@endsection @section('js') @endsection