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

{{ __('All Posts by Popularity') }}

@php $i = 1; @endphp @foreach ($posts as $post) @php $i++; @endphp @endforeach
@endsection