Ejemplo n.º 1
0
 public function get()
 {
     $vendors = Vendor::sortable()->paginate(env('VENDOR_PAGINATION_MAX'));
     return $vendors;
 }