@extends('admin.layouts.app')
@section('crumb')
| Ref | name | SubCategory | {{--Years | --}}Created At | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $sub->name }} | {{ $sub->SubCategory->name }} | {{--
@if(count($sub->years))
| --}}
{{ $sub->getCreatedAt() }} | Actions |
| no data found |