@extends('layout.base') @section('page_content')

Centros de Costos

@foreach ($centrosCostos as $centroCosto) @endforeach
Tipo de Centro Categoría Tipo de Cuenta Cuenta Contable Centro de Costo Descripción
{{$centroCosto->tipoCentro->descripcion}} {{$centroCosto->categoria->descripcion}} {{$centroCosto->tipoCuenta?->descripcion}} {{$centroCosto->cuentaContable}} {{$centroCosto->id}} {{$centroCosto->descripcion}}
@endsection @include('layout.head.styles.datatables') @include('layout.body.scripts.datatables') @push('page_scripts') @endpush