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

@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.meta_title')}}: {{ $category->meta_title }}
{{__('texte.categories_arr.show.meta_keywords')}}: {{ $category->meta_keywords }}
{{__('texte.categories_arr.show.meta_description')}}: {{ $category->meta_description }}
{{__('texte.categories_arr.show.active')}}: {{ Lang::get('texte.replies_arr')[$category->active]}}
@endsection