@extends('layouts.admin') @section('title', tr('categories')) @section('content-header', tr('categories')) @section('breadcrumb')
| {{ tr('id') }} | {{ tr('category') }} | {{ tr('description') }} | {{ tr('sub_categories') }} | {{ tr('subscriptions') }} | {{ tr('picture') }} | {{ tr('status') }} | {{ tr('action') }} |
|---|---|---|---|---|---|---|---|
| {{ showEntries($_GET,$i+1) }} | {{ $category_details->name }} | {{ $category_details->description }} | {{ count($category_details->subCategory) }} | {{ $category_details->providerSubscription->count() }} |
|
@if($category_details->status == COMMON_APPROVED) {{ tr('approved') }} @else {{ tr('pending') }} @endif |
|