@extends('admin.master') @section('title', __('Categories')) @section('content')
|
ID | {{ __('Name') }} | {{ __('Position') }} | {{ __('Parent') }} | {{ __('Icon') }} | {{ __('Featured') }} | {{ __('Created at') }} | {{ __('Updated at') }} | {{ __('Actions') }} |
---|---|---|---|---|---|---|---|---|---|
id }})">
|
{{ $category->id }} | {{ ucfirst($category->name) }} | {{ $category->range }} | {{ $category->parent_name ?? '-' }} |
@if($category->icon)
|
@if($category->for === 'products')
featured) checked @endif @change="updateFeaturedStatus('{{ $category->id }}')">
@else
-
@endif
|
{{ $category->created_at }} | {{ $category->updated_at }} |
|