@extends('dashboard.layout.base') @section('content')
Détails du {{ $category->title }}
titre:
{{ $category->title }}
Categorie:
{{ $category->title }}
Petit Description:
{{ $category->short_description }}
Description:
{!! $category->description !!}
Ingredient:
{!! $category->description !!}
Description:
{!! $category->description !!}
Mots Cles:
{{ $category->keywords }}
Image:
@if($category->cover) @else

no image

@endif
thumbnail:
@if($category->cover) @else

no image

@endif
@include('dashboard.component.copyright')
@endsection