@extends('theme.default') @section('title', 'Turmas') @section('title.page', 'Turmas') @section('title.page1', 'CAE') @section('title.page2', 'Turmas') @section('title.page3', 'Lista de turmas') @section('content')
| # | Escola | Nome | Descrição | Whatsap | |
|---|---|---|---|---|---|
| {{ $turma->id }} | {{ $turma->escola->nome }} | {{ $turma->nome }} | {{ $turma->descricao }} | {{ $turma->id_whatsapp }} |
|