@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($sub_cost_center as $key => $val) @empty @endif
Sr Cost Center Name Code Sub Cost Center Name Status
{{ @$key + 1 }} {{ $val->costcenter->name }} {{ $val->code }} {{ $val->name }} {{ $val->status }}
No Sub Cost Center
@stop