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

Webinars

Cadastrar Webinar
@endsection @section('content')
{{ $dataTable->table() }} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($webinars as $webinar)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}} {{--
IDTítuloTempo MínimoAções
{{ $webinar->id }}{{ $webinar->title }}{{ $webinar->min_time }}--}} {{--
--}} {{--
--}}
@endsection @section('scripts') {{ $dataTable->scripts() }} {{-- --}} @endsection