@extends('backend.superadmin.index') @section('body')

List Levels of "{{$college->company_name}}"

@include('layouts.message')
{{----}} {{----}} {{----}} @foreach($college_courses as $key=>$college_course) {{----}} {{----}} {{----}} @endforeach
SN Level Name Academic NameDurationFeesBrochureOrdering Action
{{++$key}} @if(isset($college_course->course->name)){{$college_course->course->name}}@endif @if(isset($college_course->faculty->name)){{$college_course->faculty->name}}@endif@if(isset($college_course->duration->name)){{$college_course->duration->name}}@endifNRs.{{$college_course->course_fees}}/---}} {{--@php--}} {{--$storePath = config('filesystems.storagePath').'/'.'clients'.'/'.$college->user->name.'/brochure';--}} {{--@endphp--}} {{--@if(isset($college_course->brochure) && \Illuminate\Support\Facades\Storage::disk('public')->exists($storePath.'/'.$college_course->brochure))--}} {{-- View Brochure--}} {{----}} {{--@else--}} {{--Not Found !--}} {{--@endif--}} {{-- @if(count($college_courses)>1) @if($loop->first) Down Bottom @elseif($loop->last) Up Top @else Up Down Top Bottom @endif @endif
@endsection @section('after_js') @endsection