mercredi 23 septembre 2015

Call to undefined method Illuminate\Database\Eloquent\Collection::appends()

My problem is Call to undefined method Illuminate\Database\Eloquent\Collection::appends()

My query is:

$companies=\App\Payment::where('company_id',$id)->paginate(10)->groupBy('month')->groupBy('job_id');

Error on pagination

{!! $companies->appends(['sort' => 'created_at'])->render() !!}  



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire