more fixes
This commit is contained in:
15
resources/views/news/layout.blade.php
Normal file
15
resources/views/news/layout.blade.php
Normal file
@@ -0,0 +1,15 @@
|
||||
{{--
|
||||
Frontend layout wrapper for the News section.
|
||||
Extends the main app layout.
|
||||
--}}
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('title', $metaTitle ?? config('news.rss_title', 'News'))
|
||||
|
||||
@if(isset($metaDescription))
|
||||
@section('meta_description', $metaDescription)
|
||||
@endif
|
||||
|
||||
@section('content')
|
||||
@yield('news_content')
|
||||
@endsection
|
||||
Reference in New Issue
Block a user