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