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

{{ $article->title }}

{{ $article->description }}


{!! $article->content !!}

@endsection