@extends('templates.template') @push('page-title')
Gerencie todas as suas informações
@endpush @section('content') @if (session('status'))Turma | Título | Atividade de casa/classe | Data | Imagem | Ações |
---|---|---|---|---|---|
{{$agenda->turma->descricao ?? '#'}} | {{$agenda->titulo ?? '[ - - -]'}} | {{$agenda->conteudo ?? '[ - - -]'}} | {{$agenda->data_agenda_formatada ?? '[- - -]'}} | {!! !empty($agenda->imagem) ? 'com arquivo' : 'sem arquivo'!!} | @if(auth()->user()->roles[0]->name == 'admin') turma_id}} data-agenda-id={{$agenda->id}}> @else @endif {{-- --}} |