@extends('layouts.frontend') @push('css') @endpush @section('content') @foreach($posts as $post)
{{ $post->category }}

{{ $post->title }}

by Yan Syafri Hidayat on {{ $post->schedule }}

{{ $post->excerpt }}

read more
@endforeach @endsection