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