@extends('layouts.app') @section('content')
@include('shared.messages')

{{__('texte.categories_arr.show.show_category')}} @if(!empty($category->parent->parent)) parent->parent->id)}}'>{{$category->parent->parent->name}} > @endif @if(!empty($category->parent)) parent->id)}}'>{{$category->parent->name}} > @endif {{$category->name}}

{{__('texte.categories_arr.show.name')}}: {{ $category->name }}
{{__('texte.categories_arr.show.description')}}: {!! $category->description !!}
{{__('texte.categories_arr.show.active')}}: {{ $category->active==1 ? __('texte.categories_arr.show.yes') : __('texte.categories_arr.show.no')}}
@endsection