@extends('cms::layouts.master', ['dataTable' => true]) @section('title', 'Institutes') @section('content') SN. Name Display Order Logo Status Actions @php $count = count($institutes); @endphp @foreach ($institutes as $institute) {{ $count-- }} {{ $institute->title }} {{ $institute->display_order }} @endforeach @endsection @push('scripts') @endpush