@extends('frontend::layouts.master') @section('content') {{-- Page Title --}} {{-- Articles List --}} @livewire('frontend::card.news', ['type' => 'news']) @endsection