@extends('layouts.frontend.main') @section('title','Actualités - Détails') @section('styles') @include('pages.frontend.components.news_details_styles_links') @endsection @section('body')

{{$news->title}}

{!! $news->content !!}

@endsection @section('scripts') @include('pages.frontend.components.news_details_scripts_links') @endsection