@extends('layouts.master') @section('bodyclass') @endsection @section('jumbotron')
{{ $user->name }}
@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