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_
for use all recorde and pagination , you need use below code :
$user_dispatches = Disspath::paginate(8);