@extends('layouts.app') @section('title', $article->title) @push('styles') @endpush @section('content')
{{ $article->excerpt }}