@extends('templates.dashboard')
@section('dashboard')
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
Les Tableaux
@if(session()->has('delete'))
{{ session()->get('delete') }}
@endif
Titre |
Child |
Parent |
Promotion |
Apercu |
Afficher |
Modifier |
Supprimer |
Titre |
Child |
Parent |
Promotion |
Apercu |
Afficher |
Modifier |
Supprimer |
@foreach ($posts as $item)
{{$item->titre}} |
{{ $item->categorie }} |
{{ $item->parent }} |
@if($item->promo === 'promo' )
{{ $item->promo }} |
@else
{{ $item->promo }} |
@endif
 }}) |
|
|
|
@endforeach
@endsection