@extends('painel.layouts.dashboard') @section('title', 'Prefeito') @section('title-dashboard') Prefeito @endsection @section('pg-home') @endsection @section('content') @parent
@include('painel/prefeito/create')
@if($displayEdit == 'displayblock') @include('painel/prefeito/edit') @endif
@endsection