I am trying to paginate Model result, but I am getting \"Method paginate does not exist.\". Here is my code:
$user_dispatches = Dispatch::all()->where(\'user_
Dispatch::where('user_id', auth()->user()->id)->paginate(10);