@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($sectionData as $key => $data) @empty @endforelse
Sr. No. Title Description Tags Action
{{ ++$key }} {!! \Str::limit($data->title, 50) !!} {!! \Str::limit($data->description, 70) !!} {!! \Str::limit($data->tags, 30) !!}
No data available in table
--}}
@endsection @push('script') {{ $dataTable->scripts() }} @endpush