@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} College Schools| Index @endsection @section('content')

Transcripts - By Campus Level

The following is the list of [college(s) and schools]/Campus available click school/Cumpus name to continue

@foreach ($colleges as $college) @if (count($college->faculties) > 0) @else @endif @forelse($college->faculties as $faculty) @empty @endforelse @endforeach
College Name Schools Name
{{ $college->college_name }} {{ $college->college_name }}
{{ $faculty->faculty_name }} {{-- {{link_to(route('transcripts.index',$srs->encode($faculty->id)),$faculty->faculty_name)}} --}}
{{ 'No Schools' }}
@endsection @section('scripts') @endsection