@extends('layouts.main') @section('content')
@if (session('success')) @endif
{{ $dataTable->table(['class' => 'table border-0 star-student table-hover table-center mb-0 table-striped', 'id' => 'sorting-table']) }} {{-- @forelse($sections as $key => $section) @empty @endforelse
Sr. No. Section Name Action
{{ ++$key }} {!! \Str::limit($section->title, 100) !!}
No data available in table
--}}
@endsection @push('script') {{ $dataTable->scripts() }} @endpush