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

List {{$nature->name}}

@if(session('success'))
@endif @if(session('error'))
@endif @if($errors->any())
@endif
@foreach($colleges as $key=>$college) @endforeach
SN {{$nature->name}} Name Type Status No. of Course Actions
{{++$key}} {{$college->company_name}} @if($college->company_type=='Sponser') Sponsor @elseif($college->company_type=='Featured') Featured @else General @endif @if($college->user->status=='active')
{{csrf_field()}}
@else
{{csrf_field()}}
@endif
{{count($college->courses)}} Record Found
@endsection