@extends('layouts.app') @section('title', $app_setting['name'] . ' | ' . __('Category List')) @section('content')
| # | {{ __('Thumbnail') }} | {{ __('Title') }} | {{ __('Featured') }} | {{ __('Color') }} | {{ __('Status') }} | {{ __('Action') }} | |
|---|---|---|---|---|---|---|---|
| {{ $categories->firstItem() + $loop->index }} |
|
{{ $category->title }} |
@if ($category->is_featured) {{ __('Yes') }} @else {{ __('No') }} @endif | {{ $category->color }} |
@if ($category->trashed())
{{ __('Deleted') }}
{{ __('Active') }}
|
||
{{ __('No Category Available') }} |
|||||||