@extends('painel.layouts.dashboard')
@section('title', 'Legislatura')
@section('title-dashboard')
Legislatura
@endsection
@section('pg-home')
@endsection
@section('content')
@parent
| {{trans('padrao.editar')}} |
Código |
{{ trans('legislatura.nome') }} |
{{ trans('legislatura.ano_inicial') }} |
{{ trans('legislatura.ano_final') }} |
{{ trans('legislatura.status') }} | {{trans('padrao.excluir')}} |
{{-- */$x=0;/* --}}
@foreach($legislatura as $item)
{{-- */$x++;/* --}}
|
{{ $item->id }} |
{{ $item->nome }} |
{{ $item->ano_inicial }} |
{{ $item->ano_final }} |
{{ $item->status }} |
|
@endforeach
@endsection