@extends('layouts.app') @section('title','Cost Centers') @section('content')
@forelse($cc as $item)@empty@endforelse
CodeName
{{ $item->code ?? '—' }}{{ $item->name ?? '—' }}
No records found
@endsection