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