@extends('admin.layouts.main') @section('content')
@section('page_title') Content @endsection
@if (Session::has('message')) @endif

Content

@foreach ($CollegeContent as $index => $content) @endforeach
# Title Actions
{{ $index + 1 }} {!! $content->title ?? '' !!}
@endsection @section('jscode') @endsection