@extends('layouts.app') @section('js') @endsection @section('content')

{{ __('Popular Posts') }}

@foreach ($posts as $post) @endforeach
@endsection