@extends('adminlte::page')
@section('title', 'Liste des announces')
@section('content_header')
policy et privacy FAQ
@stop
@section('css')
@stop
@section('content')
@if (session()->has('success'))
{{ session()->get('success') }}
@endif
@if (session()->has('error'))
{{ session()->get('error') }}
@endif
@stop
@section('js')
@stop