{{ trans('admin.name') }} | {{ trans('common.description') }} | {{ trans('common.status') }} | {{ trans('admin.action') }} | @foreach($categories as $categorie)
---|---|---|---|
{{ $categorie->name }} | {{ str_limit($categorie->description, 50) }} | @if($categorie->active == 1) Active @else Inactive @endif |