@extends('template') @section('content')
Centro de Lucro @if(routeAcess('admin.centro.lucro.create')) Novo Centro de Lucro @endif
@foreach($centrosDeLucro as $centroDeLucro) @endforeach
Cód. Centro de Lucro Status Data Cad. Editar
{{ $centroDeLucro->id }} {{ $centroDeLucro->centro_de_lucro }} @if($centroDeLucro->status == 'Ativo') ATIVO @else INATIVO @endif {{ dateToBR($centroDeLucro->created_at) }} @if(routeAcess('admin.centro.lucro.edit')) @endif
@stop() @section('js-admin-did') @stop()