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