@extends('layouts.public') @section('title', $article->title) @section('metatags') @endsection @section('content') {{$article->provider_name}} {{$article->title}} {!!$article->content!!} @endsection
{!!$article->content!!}