@extends('painel.layouts.dashboard') @section('title', 'Plano diretor') @section('title-dashboard') Plano diretor @endsection @section('pg-home') @endsection @section('content') @parent
@include('painel/plano_diretor/create')
@if($displayEdit == 'displayblock') @include('painel/plano_diretor/edit') @endif
Lista de Plano diretor
{{-- */$x=0;/* --}} @foreach($plano_diretor as $item) {{-- */$x++;/* --}} @endforeach
{{trans('padrao.editar')}}Código {{ trans('plano_diretor.nome') }} {{ trans('plano_diretor.status') }} {{ trans('plano_diretor.arquivo') }} {{trans('padrao.excluir')}}
{{ $item->id }} {{ $item->nome }}{{ $item->status }}
@endsection