@extends('layouts.master') @section('bodyclass') @endsection @section('jumbotron')
@include('public.profilehead')
@lang('messages.new.posts')
@lang('messages.new.followers')
{{ shortNumber($user->followers()->count()) }}
@lang('messages.new.following')
{{ shortNumber($user->follows()->count()) }}
@endsection @section('content')
Loading...
Loading...
Loading...
@forelse($posts as $key => $post) @include('public.post') @empty
@lang('messages.nopost')
@endforelse
@endsection @section('extra')
{{ $posts->links() }}
@endsection @push('scripts') @endpush