@extends('layouts.app') @section('title', $article['title'] . ' — Help') @section('page-title','Help Centre') @push('styles') @endpush @section('content')
{{ $article['summary'] }}