@extends('layouts.app') @section('content')
| ID | {{ $planejamento_bimestre->id }} |
|---|---|
| {{ trans('planejamento_bimestre.tema') }} | {{ $planejamento_bimestre->tema }} |
| {{ trans('planejamento_bimestre.turma_id') }} | {{ $planejamento_bimestre->turma_id }} |
| {{ trans('planejamento_bimestre.funcionario_id') }} | {{ $planejamento_bimestre->funcionario_id }} |