@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($depreciationgroup as $key => $val) @empty @endif
Sr {!! trans('category::depreciation_group.label.code')!!} {!! trans('category::depreciation_group.label.name')!!} {!! trans('category::depreciation_group.label.depreciation')!!} {!! trans('category::depreciation_group.label.debit_account')!!} {!! trans('category::depreciation_group.label.credit_account')!!} {!! trans('category::depreciation_group.label.status')!!}
{{ @$key + 1 }} {{ $val->code }} {{ $val->name }} {{ $val->depreciation }} {{ $val->debit_account }} {{ $val->credit_account }} {{ $val->status }}
No Category
@stop