@extends('admin.master') @section('title',@trans('course price distribution default')) @section('content')
| # | @trans('Title Category') | @trans('Created By') | @trans('Status') | @trans('Settings') | ||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | @if($item->categroy) {{ @$item->categroy->translations->first()->title }} @else "no category" @endif | {{ @$item->categroy->create_by->name }} | @if ($item->status == 1) @trans('Active') @else @trans('Inactive') @endif |
|
||
| @trans('No categories found') | ||||||