@extends('admin.layouts.app') @section('title')

Students

@endsection @section('content')
{{ $dataTable->table() }} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($students as $student)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
IDE-mailPontosAções
{{ $student->id }}{{ $student->email }}{{ $student->score }}--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection @section('scripts') {{ $dataTable->scripts() }} @endsection