@extends('painel.layouts.dashboard') @section('title', 'Projetos de resolução') @section('title-dashboard') @if($displayEdit != 'displayblock') @endif Projetos de resolução @endsection @section('pg-home') @endsection @section('content') @parent
@if($displayEdit != 'displayblock') @include('painel/projetos_resolucao/create') @endif
@if($displayEdit == 'displayblock') @include('painel/projetos_resolucao/edit') @endif
Lista de Projetos de resolução
{{-- */$x=0;/* --}} @foreach($projetos_resolucao as $item) {{-- */$x++;/* --}} @endforeach
{{trans('padrao.editar')}} Código {{ trans('projetos_resolucao.nome') }} Data {{ trans('projetos_resolucao.numero') }} {{ trans('projetos_resolucao.ano') }} Arquivo {{trans('padrao.excluir')}}
{{ $item->id }} {{ $item->nome }} @if(!empty($item->data)){{ dataBrasileira($item->data) }}@endif {{ $item->numero }} {{ $item->ano }}
@endsection