@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']) }}
@endsection @push('script') {{ $dataTable->scripts() }} @endpush