@extends('app') @section('content') {!! Form::open([ 'id' => 'toggle-follow-form', 'action' => ['Auth\ProfileController@postToggleFollow', $user->id] ])!!} {!! Form::close() !!}
@forelse( $activities as $activity ) @include('stream-laravel::render_activity', ['activity' => $activity]) @empty
Sin actividad
@endforelse
@endsection @section('script') @endsection