@extends('front.layouts.app') @section('local_styles') @endsection @section('content')
@include('front.partials.sticky')
@foreach ($posts as $post)

{{$post->title}}

{{$post->overview}}...

@endforeach
@endsection @section('local_scripts') @endsection