@extends('layouts.app') @section('link') @endsection @section('content')
{{__('texte.categories_arr.index.name')}} | {{__('texte.categories_arr.index.description')}} | {{__('texte.categories_arr.index.website_show')}} | {{__('texte.categories_arr.index.active_f')}} | @permission('category-route-create') {{__('texte.categories_arr.index.order_categories')}} @endpermission @permission('category-route-create') @endpermission |
---|---|---|---|---|
{{$current_category->name}} | {{$current_category->description}} | {{Lang::get('texte.replies_arr')[$current_category->website_show]}} | {{Lang::get('texte.replies_arr')[$current_category->active]}} | |
{{$current_sub_category->name}} | {{$current_sub_category->description}} | {{Lang::get('texte.replies_arr')[$current_sub_category->website_show]}} | {{Lang::get('texte.replies_arr')[$current_sub_category->active]}} | |
{{$current_sub_sub_category->name}} | {{$current_sub_sub_category->description}} | {{Lang::get('texte.replies_arr')[$current_sub_sub_category->website_show]}} | {{Lang::get('texte.replies_arr')[$current_sub_sub_category->active]}} |
{{__('texte.categories_arr.index.name')}} | {{__('texte.categories_arr.index.description')}} | {{__('texte.categories_arr.index.active_f')}} | |
---|---|---|---|
{{ $category->name }} | {{ $category->description }} | {{ App\Model::ACTIVE[$category->active] }} |