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