@extends('layouts.dashboard')
@section('title', 'Planejamento Bimestre')
@section('title-dashboard')
@if($displayEdit != 'displayblock')
@endif
Planejamento Bimestre
@endsection
@section('pg-home')
@endsection
@section('content')
@parent
{!! Form::open(['route' => 'planejamento_bimestreFiltrar', 'class' => 'horizontal-form', 'files' => true]) !!}
{!! Form::label('turmas_id_filtro','TURMAS',['class' => 'control-label']) !!}
{!! Form::label('disciplinas_id_filtro', 'DISCIPLINAS', ['class' => 'control-label']) !!}
{!! Form::label('funcionarios_filtro', 'PROFESSORES', ['class' => 'control-label']) !!}
{!! Form::label('filtro', 'Filtro', ['class' => 'control-label']) !!}
{!! Form::close() !!}
@if($displayEdit != 'displayblock')
@include('planejamento_bimestre/create')
@endif
@if($displayEdit == 'displayblock')
@include('planejamento_bimestre/edit')
@endif