{{ $article->title }}
{{ $article->description }}
{!! $article->content !!}
@extends('frontend.layouts.master') @section('title', $article->title . ' - ') @section('header') @endsection @section('footer') @endsection @section('content')
{{ $article->description }}
{!! $article->content !!}