@extends('app') @section('content') {!! Form::open([ 'id' => 'toggle-follow-form', 'action' => ['Auth\ProfileController@postToggleFollow', $user->id] ])!!} {!! Form::close() !!}