@extends('layouts.app') @section('title') Students List @endsection @push('custom-css') {{-- --}} @endpush @section('content')
Students List
@if (session('success')) @elseif(session('error')) @endif
{{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}}
Students
{{ $dataTable->table(['width' => '100%']) }}
{{-- {{ $students->links() }} --}}
@endsection @push('custom-js') {{ $dataTable->scripts() }} @endpush