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

Webinars

Voltar
@endsection @section('content')
{{ $dataTable->table() }} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($webinar->students as $student)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
EmailTempo do AlunoPonto do Webinar
{{ $student->email }}{{ $student->webinars->firstWhere('id', $webinar->id)->pivot->student_time }}{{ $student->webinars->firstWhere('id', $webinar->id)->pivot->score }}
--}} {{--
--}}
@endsection @section('scripts') {{ $dataTable->scripts() }} {{-- --}} @endsection