@extends('layouts.idara.panel') @section('content') @include('backend.partials.import') @include('backend.partials.features')
{{$article->nom}}
Date de mise à jour : {{$article->created_at}}
Descritpion : {!! html_entity_decode ($article->description)!!}
description of myimage
Image
@foreach($diapos as $diapo)
@csrf @method('DELETE')
description of myimage
@endforeach
@if ($article->document !=null)
Featured
@endif
@endsection