@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('categories.create') Add sub-category @endadminCan
{{-- --}} @if(count($carModels)) @foreach ($carModels as $carModel) {{-- --}} @endforeach @else @endif
Ref name Category sub sub category Created At Add AttributeSupdate AttributeSActions
{{ $loop->iteration }} {{ $carModel->name }} {{ $carModel->brand->name }} SubSubCategory {{ $carModel->getCreatedAt() }} Add Attribute update Attribute Actions
no data found
{{ $carModels->links() }}
@endsection