word-salad/resources/views/guest/article.blade.php

10 lines
133 B
PHP

@extends('layouts.guest')
@section('title', $article['title'])
@section('content')
@include('shared.single-article')
@endsection