@extends('layouts.master') @section('page', 'Actualités') @section('publicationactive', 'active') @section('content')
@foreach(post() as $posts) @endforeach
@endsection