@extends('web.layouts.layout') @section('content')
@foreach($articles as $article)
{{ $article['date'] }}
{{ $article['title'] }}
{{ $article['intro'] }} See More
@endforeach
@endsection @section('content_js') @endsection