@extends('admin.layouts.main') @section('content')
@section('page_title') Colleges @endsection
@if (Session::has('message')) @endif
@php $i=0; @endphp @foreach ($college as $college_data) @php $i++; @endphp @endforeach
Sr. No. Name Action
{{ $i }} {{ $college_data->name }}
@csrf {{ method_field('DELETE') }}
@endsection @section('jscode') @endsection