@extends('layouts.main') @section('title', 'Unidade') @section('header') @include('layouts.header', [ 'user' => Auth::user(), ]) @endsection @section('nav') @include('layouts.navigation', [ 'index_menu' => $index_menu, ]) @endsection @section('body')
1 - ENSINO (AULAS EM COMPONENTES CURRICULARES)

@foreach ($ensinoAula as $ensino) @endforeach
CÓDIGO ATIVIDADE COMPONENTE CURRICULAR (NOME DO COMPONENTE) CURSO NÍVEL MODALIDADE CH TOTAL CH SEMANAL
{{ $ensino->cod_atividade }} {{ $ensino->componente_curricular }} {{ $ensino->nivel }} {{ $ensino->modalidade }} {{ $ensino->ch_semanal }} {{ $ensino->ch_total }} {{ $ensino->pad_id }}
@csrf @method('POST')

@endsection @section('scripts-jquery') @include('layouts.pad-ensino-jquery.ensino-aula') @endsection