@extends('layouts.idara.panel') @section('content') @include('backend.partials.import')
Slide
@foreach($articles as $article) @endforeach
Titre Date Action
{{$article->titre}} {{$article->created_at}}
@csrf {{-- etat ? 'checked' : '' }}> --}} @if($article->etat == 1) etat ? 'checked' : '' }}> @else etat ? 'checked' : '' }}> @endif
@include('backend.partials.alert') @endsection