perling/resources/views/frontend/news.blade.php

11 lines
167 B
PHP

@extends('components.frontend.layout')
@section('content')
@include('components.frontend.news.detail_artikel')
@include('components.frontend.footer')
@endsection