@extends('adminlte::page') @section('title', 'Liste des announces') @section('content_header')

Condition géneral de ventes

@stop @section('css') @stop @section('content') @if (session()->has('success'))
{{ session()->get('success') }}
@endif @if (session()->has('error'))
{{ session()->get('error') }}
@endif
@csrf
@foreach ($content as $config)
@endforeach
@stop @section('js') @stop