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